data type for rid

This commit is contained in:
Jeff Tao 2020-11-06 01:27:37 +00:00
parent ecdd067900
commit 4902effb55
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ typedef struct {
int8_t oldInUse; // server EP inUse passed by app
int8_t redirect; // flag to indicate redirect
int8_t connType; // connection type
int32_t rid; // refId returned by taosAddRef
int64_t rid; // refId returned by taosAddRef
SRpcMsg *pRsp; // for synchronous API
tsem_t *pSem; // for synchronous API
SRpcEpSet *pSet; // for synchronous API