mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-20 16:53:07 +08:00
Modularized the ebpf program loading and attaching.
This commit is contained in:
10
src/user/include/modules/module_manager.h
Normal file
10
src/user/include/modules/module_manager.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __MOD_MANAGER_H
|
||||
#define __MOD_MANAGER_H
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
struct module_config{
|
||||
//TODO
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user