适配tfe_stream_addr;为了编译通过,注释mirror_stream.cpp中的代码;

This commit is contained in:
zhengchao
2018-09-04 11:36:22 +08:00
parent 046569828c
commit 4d1e9034c9
7 changed files with 59 additions and 61 deletions

View File

@@ -42,7 +42,7 @@ struct tfe_conn
struct tfe_stream
{
struct layer_addr addr;
struct tfe_stream_addr* addr;
enum tfe_stream_proto proto;
struct tfe_conn upstream;
struct tfe_conn downstream;