完成polling接口改造和重复流量识别功能
This commit is contained in:
@@ -25,7 +25,7 @@ enum kni_action{
|
||||
KNI_ACTION_BYPASS = 0x80
|
||||
};
|
||||
|
||||
struct kni_maat_handle* kni_maat_init(const char* profile, void *logger);
|
||||
struct kni_maat_handle* kni_maat_init(const char* profile, void *logger, int thread_count);
|
||||
void kni_maat_destroy(struct kni_maat_handle *handle);
|
||||
enum kni_action intercept_policy_scan(struct kni_maat_handle* handle, struct ipaddr *addr, char *domain, int domain_len,
|
||||
int thread_seq, int *policy_id, int *do_log, int *is_hit_policy);
|
||||
|
||||
Reference in New Issue
Block a user