diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-16 01:56:13 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-16 01:56:13 +0200 |
| commit | 04fa01992ad88ea8e9cd05e7cbb9f81087b23aff (patch) | |
| tree | 0c85508f5bbdbc2ee5f7853b8f74e4d14b0227b8 /ioriotng.bpf.c | |
| parent | 3abf5484394fa68a690c6388f63b09bcafd7974d (diff) | |
move some files to internal types
Diffstat (limited to 'ioriotng.bpf.c')
| -rw-r--r-- | ioriotng.bpf.c | 6 |
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; |
