make compile

This commit is contained in:
Hongze Cheng 2022-02-19 13:34:14 +00:00
parent e0778e5646
commit 48e7becedf
1 changed files with 14 additions and 14 deletions

View File

@ -42,7 +42,7 @@ typedef struct {
typedef struct {
int32_t vgId;
int64_t dbId;
uint64_t dbId;
SDnode *pDnode;
STfs *pTfs;
uint64_t wsize;
@ -71,9 +71,9 @@ typedef struct {
typedef struct {
int64_t ver;
uint64_t tbUid;
int64_t tbUid;
SHashObj *tbIdHash;
const SSubmitMsg *pMsg;
const SSubmitReq *pMsg;
SSubmitBlk *pBlock;
SSubmitMsgIter msgIter;
SSubmitBlkIter blkIter;