This commit is contained in:
Hongze Cheng 2021-12-31 03:39:51 +00:00
parent 0797aef499
commit 8e9183a04a
2 changed files with 8 additions and 3 deletions

View File

@ -1271,6 +1271,11 @@ typedef struct SVCreateTbReq {
};
} SVCreateTbReq;
typedef struct {
uint64_t ver; // use a general definition
SArray* pArray;
} SVCreateTbBatchReq;
int tmsgSVCreateTbReqEncode(SMsgEncoder* pCoder, SVCreateTbReq* pReq);
int tmsgSVCreateTbReqDecode(SMsgDecoder* pCoder, SVCreateTbReq* pReq);
int tSerializeSVCreateTbReq(void** buf, const SVCreateTbReq* pReq);