适配tfe_stream_addr;为了编译通过,注释mirror_stream.cpp中的代码;
This commit is contained in:
@@ -41,7 +41,7 @@ Return:
|
||||
0:succes
|
||||
<0:error
|
||||
***************************************************************************/
|
||||
int mirror_stream_open(struct origin_stream_addr* addr,void** pme);
|
||||
int mirror_stream_open(int thread_id, const struct tfe_stream_addr* addr,void** pme);
|
||||
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ Return:
|
||||
0:succes
|
||||
<0:error
|
||||
***************************************************************************/
|
||||
int mirror_stream_write(enum tfe_conn_dir cur_dir,const unsigned char * data, size_t len, void** pme,int thread_seq);
|
||||
int mirror_stream_write(int cur_dir,const unsigned char * data, size_t len, void** pme,int thread_id);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user