fix:[TD-31017]process return value in client

This commit is contained in:
wangmm0220 2024-07-25 19:37:39 +08:00
parent ebe7276c2c
commit 26f566834a
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ typedef struct SReqResultInfo {
} SReqResultInfo;
typedef struct SRequestSendRecvBody {
tsem_t rspSem; // not used now
tsem2_t rspSem; // not used now
__taos_async_fn_t queryFp;
__taos_async_fn_t fetchFp;
EQueryExecMode execMode;