整理stream处理流程,适应KNI接口定义。

This commit is contained in:
Lu Qiuwen
2018-08-23 11:23:05 +08:00
committed by Lu
parent 7cccc70b53
commit 405f046b22
10 changed files with 155 additions and 93 deletions

View File

@@ -44,7 +44,6 @@ struct tfe_conn
struct tfe_stream
{
struct tfe_conn upstream;
struct tfe_conn downstream;
};