diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-16 21:56:01 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-16 21:56:01 +0200 |
| commit | 3ebafeb4dec7c5029cc42e0f9ea38f84691b5453 (patch) | |
| tree | d9a0b449bad97db45e12c47d5f472fd2318ac086 /internal/c/ior.bpf.c | |
| parent | 9f38b396f0dc47c3af15ad441060ca11cd7d6b0c (diff) | |
refactor
Diffstat (limited to 'internal/c/ior.bpf.c')
| -rw-r--r-- | internal/c/ior.bpf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/c/ior.bpf.c b/internal/c/ior.bpf.c index 7c41551..57a4ed6 100644 --- a/internal/c/ior.bpf.c +++ b/internal/c/ior.bpf.c @@ -15,6 +15,6 @@ #include "filter.c" // Auto-generated tracepoints. -#include "generated/tracepoints.c" +#include "generated_tracepoints.c" char LICENSE[] SEC("license") = "Dual BSD/GPL"; |
