summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-16 22:18:16 +0200
committerPaul Buetow <paul@buetow.org>2025-03-16 22:18:16 +0200
commit538ada4586285e21345dabe6421b8296b3e4a165 (patch)
treeb1c4739f884bb63d7b6b80b2de8f9e4668448ef9
parenta7c2fe216f75231fe04189eff65e8a9a1fbd003f (diff)
comments
-rw-r--r--internal/c/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/c/types.h b/internal/c/types.h
index 01f1dd2..9f27140 100644
--- a/internal/c/types.h
+++ b/internal/c/types.h
@@ -22,7 +22,7 @@ struct open_event {
__u64 time;
__u32 pid;
__u32 tid;
- __s32 flags;
+ __s32 flags; // TODO: Not yet captured in the tracepoints!? Also dup3 and fcntl can change flags after the fact!
char filename[MAX_FILENAME_LENGTH];
char comm[MAX_PROGNAME_LENGTH];
};