summaryrefslogtreecommitdiff
path: root/internal/event
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-16 21:31:14 +0200
committerPaul Buetow <paul@buetow.org>2025-03-16 21:31:14 +0200
commitdcb120befa13c275d0fdabe694fcfeaf3d17dca9 (patch)
treef70a754d45ff816c95a4a91d6a60d9fe4f4b8331 /internal/event
parent4f744e2e83072405bc448ac212787214ed5472fa (diff)
printing out file flags in human mode... only open syscalls yet
Diffstat (limited to 'internal/event')
-rw-r--r--internal/event/event.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/event/event.go b/internal/event/event.go
index 9118f65..680ee62 100644
--- a/internal/event/event.go
+++ b/internal/event/event.go
@@ -13,7 +13,6 @@ var poolOfEventPairs = sync.Pool{
New: func() interface{} { return &Pair{} },
}
-// TODO: A way to get the open flags? Trace them as well? sync vs non-sync?
type Event interface {
String() string
GetTraceId() TraceId