mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-28 04:13:08 +08:00
Completed message passing of commands to userspace via ebpf ringbuffer
This commit is contained in:
@@ -7,7 +7,8 @@ typedef enum {
|
||||
INFO,
|
||||
DEBUG,
|
||||
EXIT,
|
||||
ERROR
|
||||
ERROR,
|
||||
COMMAND
|
||||
} event_type_t;
|
||||
|
||||
struct rb_event {
|
||||
|
||||
Reference in New Issue
Block a user