summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf.h
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2023-10-11 08:46:23 -0300
committerGitHub <noreply@github.com>2023-10-11 11:46:23 +0000
commit2539cb7ee65f6c5a1e0ccd041aced7a9608b0369 (patch)
treec8aa4183a4238e36f7dd94643acadfc140a7ec2b /collectors/ebpf.plugin/ebpf.h
parentf7789e1a83fa819cb072b7d818aef1ceb79c1bcb (diff)
Modify eBPF exit (#16159)
Diffstat (limited to 'collectors/ebpf.plugin/ebpf.h')
-rw-r--r--collectors/ebpf.plugin/ebpf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/ebpf.plugin/ebpf.h b/collectors/ebpf.plugin/ebpf.h
index 2f176b48c6..d52ea5a4a0 100644
--- a/collectors/ebpf.plugin/ebpf.h
+++ b/collectors/ebpf.plugin/ebpf.h
@@ -353,7 +353,7 @@ void ebpf_read_local_addresses_unsafe();
extern ebpf_filesystem_partitions_t localfs[];
extern ebpf_sync_syscalls_t local_syscalls[];
-extern int ebpf_exit_plugin;
+extern bool ebpf_plugin_exit;
void ebpf_stop_threads(int sig);
extern netdata_ebpf_judy_pid_t ebpf_judy_pid;