tfe.conf中系统参数的section改为system,兼容kniv1测试完毕。
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user