summaryrefslogtreecommitdiffstats
path: root/src/collectors/ebpf.plugin/ebpf_socket.h
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2024-02-15 12:27:25 +0000
committerGitHub <noreply@github.com>2024-02-15 12:27:25 +0000
commit1f97a71b9773e5fbc342685f61901f466caa7021 (patch)
tree34f762da76e80f418d56e4ec9f70ad85fcd385e7 /src/collectors/ebpf.plugin/ebpf_socket.h
parentd36c3ea63a175acd83d105bb99f64ee7e7f3a3ba (diff)
eBPF & NV (update packages) (#17012)
Diffstat (limited to 'src/collectors/ebpf.plugin/ebpf_socket.h')
-rw-r--r--src/collectors/ebpf.plugin/ebpf_socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/collectors/ebpf.plugin/ebpf_socket.h b/src/collectors/ebpf.plugin/ebpf_socket.h
index 77e436afc7..e8b72437fc 100644
--- a/src/collectors/ebpf.plugin/ebpf_socket.h
+++ b/src/collectors/ebpf.plugin/ebpf_socket.h
@@ -287,6 +287,7 @@ typedef struct netdata_socket {
uint32_t retransmit; //It is never used with UDP
uint32_t ipv4_connect;
uint32_t ipv6_connect;
+ uint32_t state; // We do not have charts for it, because we are using network viewer plugin
} tcp;
struct {