summaryrefslogtreecommitdiff
path: root/maps.bpf.h
diff options
context:
space:
mode:
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];
};