整理stream处理流程,适应KNI接口定义。
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
void* kni_init(const char *unix_domain_path, struct event_base *attach);
|
||||
#pragma once
|
||||
|
||||
struct tfe_proxy;
|
||||
struct kni_acceptor_ctx;
|
||||
|
||||
struct kni_acceptor_ctx * kni_acceptor_init(struct tfe_proxy *proxy, const char *profile, void *logger);
|
||||
void kni_acceptor_deinit(struct kni_acceptor_ctx *ctx);
|
||||
|
||||
Reference in New Issue
Block a user