diff options
Diffstat (limited to 'internal/ior.go')
| -rw-r--r-- | internal/ior.go | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |
