make it pass windows comile
This commit is contained in:
parent
c4c407867b
commit
8c53f98184
|
@ -945,7 +945,6 @@ typedef struct {
|
|||
int64_t timeInFetchQueue;
|
||||
} SQnodeLoad;
|
||||
|
||||
|
||||
typedef struct {
|
||||
int32_t sver; // software version
|
||||
int64_t dnodeVer; // dnode table version in sdb
|
||||
|
@ -1977,7 +1976,7 @@ typedef struct {
|
|||
int8_t killConnection;
|
||||
int8_t align[3];
|
||||
SEpSet epSet;
|
||||
SArray *pQnodeList;
|
||||
SArray* pQnodeList;
|
||||
} SQueryHbRspBasic;
|
||||
|
||||
typedef struct {
|
||||
|
@ -2676,6 +2675,7 @@ typedef struct {
|
|||
} SVDeleteReq;
|
||||
|
||||
typedef struct {
|
||||
int32_t code;
|
||||
// TODO
|
||||
} SVDeleteRsp;
|
||||
|
||||
|
|
Loading…
Reference in New Issue