diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-06 21:08:47 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-06 21:08:47 +0200 |
| commit | fe7f16e4fcf7ee13f55321691072bf02071df58c (patch) | |
| tree | e521e5205dd181c966f486cef2089aa15aae77bb /internal/ioriotng.go | |
| parent | 90d59424ad047dd9fd58ee11c5b04383be4995f8 (diff) | |
refactor
Diffstat (limited to 'internal/ioriotng.go')
| -rw-r--r-- | internal/ioriotng.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/ioriotng.go b/internal/ioriotng.go index 46cc0e5..b335630 100644 --- a/internal/ioriotng.go +++ b/internal/ioriotng.go @@ -60,7 +60,7 @@ func Run(flags flags.Flags) { panic(err) } rb.Poll(300) - eventLoop(bpfModule, ch) + newEventLoop().run(ch) fmt.Println("Good bye") } |
