变更tfe_stream.h中的部分公用结构体定义。

This commit is contained in:
Lu Qiuwen
2018-09-03 10:30:47 +08:00
parent a473aa3c3c
commit 8ddb847224
6 changed files with 24 additions and 24 deletions

View File

@@ -38,7 +38,7 @@ struct tfe_proxy_accept_para
/* Session Type */
bool is_set_session_type;
enum tfe_session_proto session_type;
enum tfe_stream_proto session_type;
bool passthrough;
};