tfe.conf中系统参数的section改为system,兼容kniv1测试完毕。

This commit is contained in:
zhengchao
2019-06-02 18:17:53 +08:00
parent 306dcc6ce0
commit ace31ae24a
6 changed files with 52 additions and 54 deletions

View File

@@ -206,8 +206,8 @@ void __kni_event_cb(evutil_socket_t fd, short what, void * user)
struct tfe_cmsg * __tfe_cmsg;
struct tfe_proxy_accept_para __accept_para{};
uint16_t session_type;
uint16_t keyring_id;
uint8_t session_type;
int32_t keyring_id;
int * __fds = NULL;
assert(__ctx != NULL && __ctx->thread == pthread_self());