diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-15 09:58:49 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-15 09:58:49 +0200 |
| commit | a7733cd4ab00b542d7e1afd53d9319b7f8b33674 (patch) | |
| tree | 4975fe995d15fd7af9be5b1aeb870f52e19aac36 /maps.bpf.h | |
| parent | 00b7b0383d6610a585dbea190a2c9c6326174fe9 (diff) | |
map sizes can be specified through flags
Diffstat (limited to 'maps.bpf.h')
| -rw-r--r-- | maps.bpf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ struct { struct open_event { __s32 fd; __u32 tid; + __u64 time; char filename[MAX_FILENAME_LENGTH]; char comm[MAX_PROGNAME_LENGTH]; }; |
