make compile
This commit is contained in:
parent
e0778e5646
commit
48e7becedf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue