summaryrefslogtreecommitdiff
path: root/ioriotng.bpf.c
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-16 01:56:13 +0200
committerPaul Buetow <paul@buetow.org>2024-02-16 01:56:13 +0200
commit04fa01992ad88ea8e9cd05e7cbb9f81087b23aff (patch)
tree0c85508f5bbdbc2ee5f7853b8f74e4d14b0227b8 /ioriotng.bpf.c
parent3abf5484394fa68a690c6388f63b09bcafd7974d (diff)
move some files to internal types
Diffstat (limited to 'ioriotng.bpf.c')
-rw-r--r--ioriotng.bpf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ioriotng.bpf.c b/ioriotng.bpf.c
index a4785da..1b64ee4 100644
--- a/ioriotng.bpf.c
+++ b/ioriotng.bpf.c
@@ -1,9 +1,9 @@
//+build ignore
-#include "vmlinux.h"
+#include "internal/types/vmlinux.h"
#include <bpf/bpf_helpers.h>
-#include "types.bpf.h"
-#include "maps.bpf.h"
+#include "internal/types/types.bpf.h"
+#include "internal/types/maps.bpf.h"
static inline int filter() {
u32 key = 1;