summaryrefslogtreecommitdiff
path: root/maps.bpf.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-15 09:58:49 +0200
committerPaul Buetow <paul@buetow.org>2024-02-15 09:58:49 +0200
commita7733cd4ab00b542d7e1afd53d9319b7f8b33674 (patch)
tree4975fe995d15fd7af9be5b1aeb870f52e19aac36 /maps.bpf.h
parent00b7b0383d6610a585dbea190a2c9c6326174fe9 (diff)
map sizes can be specified through flags
Diffstat (limited to 'maps.bpf.h')
-rw-r--r--maps.bpf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/maps.bpf.h b/maps.bpf.h
index d402428..c369037 100644
--- a/maps.bpf.h
+++ b/maps.bpf.h
@@ -18,6 +18,7 @@ struct {
struct open_event {
__s32 fd;
__u32 tid;
+ __u64 time;
char filename[MAX_FILENAME_LENGTH];
char comm[MAX_PROGNAME_LENGTH];
};