summaryrefslogtreecommitdiffstats
path: root/libnetdata
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2022-11-25 13:59:35 +0000
committerGitHub <noreply@github.com>2022-11-25 13:59:35 +0000
commit870acd61123ece7c074242e1b02d47cb7c667e38 (patch)
treef2a82f818160483c3b527f173a200599d7b32fa5 /libnetdata
parenta49206aefb27839b6afe1542a9e54fef62168a1c (diff)
Improve eBPF exit (#14012)
Diffstat (limited to 'libnetdata')
-rw-r--r--libnetdata/ebpf/ebpf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnetdata/ebpf/ebpf.h b/libnetdata/ebpf/ebpf.h
index 3ccc1c90cd..5cff5134fc 100644
--- a/libnetdata/ebpf/ebpf.h
+++ b/libnetdata/ebpf/ebpf.h
@@ -270,6 +270,7 @@ typedef struct ebpf_module {
netdata_ebpf_targets_t *targets;
struct bpf_link **probe_links;
struct bpf_object *objects;
+ struct netdata_static_thread *thread;
} ebpf_module_t;
int ebpf_get_kernel_version();