diff options
Diffstat (limited to 'internal/c/maps.h')
| -rw-r--r-- | internal/c/maps.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/c/maps.h b/internal/c/maps.h new file mode 100644 index 0000000..7ec871c --- /dev/null +++ b/internal/c/maps.h @@ -0,0 +1,6 @@ +//+build ignore + +struct { + __uint(type, BPF_MAP_TYPE_RINGBUF); + __uint(max_entries, 1 << 24); +} event_map SEC(".maps"); |
