diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-16 22:18:16 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-16 22:18:16 +0200 |
| commit | 538ada4586285e21345dabe6421b8296b3e4a165 (patch) | |
| tree | b1c4739f884bb63d7b6b80b2de8f9e4668448ef9 | |
| parent | a7c2fe216f75231fe04189eff65e8a9a1fbd003f (diff) | |
comments
| -rw-r--r-- | internal/c/types.h | 2 |
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]; }; |
