change int to size_t

This commit is contained in:
崔一鸣
2018-09-13 20:25:12 +08:00
parent 1fa1af6ce3
commit 58a525215b
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