summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf_sync.h
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2021-05-25 11:54:04 +0000
committerGitHub <noreply@github.com>2021-05-25 11:54:04 +0000
commit1b47b0411da56f6d143a1ab572541c56743b1475 (patch)
treeaeae8236a1ad9a57d3bb12063434a2e0b84a82c3 /collectors/ebpf.plugin/ebpf_sync.h
parenta1eecbe15f66c68a75eaed0670a26190199fa432 (diff)
Move parser from children to main thread (#11152)
Centralize eBPF plugin parser to avoid possible contradictions between user configuration and visualized charts.
Diffstat (limited to 'collectors/ebpf.plugin/ebpf_sync.h')
-rw-r--r--collectors/ebpf.plugin/ebpf_sync.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/collectors/ebpf.plugin/ebpf_sync.h b/collectors/ebpf.plugin/ebpf_sync.h
index 458318218b..91f1eab96e 100644
--- a/collectors/ebpf.plugin/ebpf_sync.h
+++ b/collectors/ebpf.plugin/ebpf_sync.h
@@ -50,5 +50,6 @@ enum netdata_sync_table {
};
extern void *ebpf_sync_thread(void *ptr);
+extern struct config sync_config;
#endif /* NETDATA_EBPF_SYNC_H */