TSG-14938 TFE支持新控制报文格式; 调整代码结构
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
struct tfe_proxy;
|
||||
struct acceptor_kni_v4
|
||||
{
|
||||
struct tfe_proxy *proxy;
|
||||
const char *profile;
|
||||
|
||||
struct acceptor_ctx *acceptor;
|
||||
};
|
||||
|
||||
struct acceptor_kni_v4 *acceptor_kni_v4_create(struct tfe_proxy *proxy, const char *profile, void *logger);
|
||||
void acceptor_kni_v4_destroy();
|
||||
|
||||
Reference in New Issue
Block a user