移植KNIv1版本的acceptor到4a分支,兼容原kni的实现。

This commit is contained in:
luqiuwen
2019-06-02 13:49:44 +08:00
parent bc41051da2
commit 28becac88d
7 changed files with 48 additions and 256 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
struct tfe_proxy;
struct acceptor_kni_v2;
struct acceptor_kni_v2 * acceptor_kni_v2_create(struct tfe_proxy * proxy, const char * profile, void * logger);
void acceptor_kni_v2_destroy(struct acceptor_kni_v2 * ctx);