Completed message passing of commands to userspace via ebpf ringbuffer

This commit is contained in:
h3xduck
2022-05-05 13:22:47 -04:00
parent 2deebf1b9e
commit 0553ad777f
7 changed files with 1146 additions and 1082 deletions

View File

@@ -7,7 +7,8 @@ typedef enum {
INFO,
DEBUG,
EXIT,
ERROR
ERROR,
COMMAND
} event_type_t;
struct rb_event {