change int to size_t

This commit is contained in:
崔一鸣
2018-09-13 20:25:12 +08:00
committed by zhengchao
parent e89ac9d9da
commit c1f8edb75f
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ struct tfe_rpc_response_result{
int status_code;
const char* status_msg;
char* data;
int len;
size_t len;
};
enum TFE_RPC_FLAG