From 1e09e1fa9ab053d793010f6e8cedbbca75076edf Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 24 Mar 2025 22:36:15 +0200 Subject: more on this --- internal/ior.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/ior.go') diff --git a/internal/ior.go b/internal/ior.go index 0b52340..68a6afb 100644 --- a/internal/ior.go +++ b/internal/ior.go @@ -17,6 +17,8 @@ import ( bpf "github.com/aquasecurity/libbpfgo" ) +// TODO: Generally, write unit tests +// TODO: Integration tests, write C or Cgo code to simulate I/O? func attachTracepoints(flags flags.Flags, bpfModule *bpf.Module) error { for _, name := range tracepoints.List { if !flags.AttachTracepoint(name) { -- cgit v1.2.3