From 1b47b0411da56f6d143a1ab572541c56743b1475 Mon Sep 17 00:00:00 2001 From: thiagoftsm Date: Tue, 25 May 2021 11:54:04 +0000 Subject: Move parser from children to main thread (#11152) Centralize eBPF plugin parser to avoid possible contradictions between user configuration and visualized charts. --- collectors/ebpf.plugin/ebpf_sync.h | 1 + 1 file changed, 1 insertion(+) (limited to 'collectors/ebpf.plugin/ebpf_sync.h') 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 */ -- cgit v1.2.3