summaryrefslogtreecommitdiff
path: root/maps.bpf.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-13 19:33:43 +0200
committerPaul Buetow <paul@buetow.org>2024-02-13 19:33:43 +0200
commit00b7b0383d6610a585dbea190a2c9c6326174fe9 (patch)
tree1b6e628e90f8dc044abec79ab857b73fe075f935 /maps.bpf.h
parent63962589e66007324edcff458bd076de34b76d77 (diff)
rename
Diffstat (limited to 'maps.bpf.h')
-rw-r--r--maps.bpf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/maps.bpf.h b/maps.bpf.h
index d725a1c..d402428 100644
--- a/maps.bpf.h
+++ b/maps.bpf.h
@@ -17,10 +17,7 @@ struct {
struct open_event {
__s32 fd;
- __s32 op_id;
__u32 tid;
- __u64 enter_time;
- __u64 exit_time;
char filename[MAX_FILENAME_LENGTH];
char comm[MAX_PROGNAME_LENGTH];
};