提交 8c53f981 编写于 作者: H Hongze Cheng

make it pass windows comile

上级 c4c40786
...@@ -945,7 +945,6 @@ typedef struct { ...@@ -945,7 +945,6 @@ typedef struct {
int64_t timeInFetchQueue; int64_t timeInFetchQueue;
} SQnodeLoad; } SQnodeLoad;
typedef struct { typedef struct {
int32_t sver; // software version int32_t sver; // software version
int64_t dnodeVer; // dnode table version in sdb int64_t dnodeVer; // dnode table version in sdb
...@@ -1977,7 +1976,7 @@ typedef struct { ...@@ -1977,7 +1976,7 @@ typedef struct {
int8_t killConnection; int8_t killConnection;
int8_t align[3]; int8_t align[3];
SEpSet epSet; SEpSet epSet;
SArray *pQnodeList; SArray* pQnodeList;
} SQueryHbRspBasic; } SQueryHbRspBasic;
typedef struct { typedef struct {
...@@ -2676,6 +2675,7 @@ typedef struct { ...@@ -2676,6 +2675,7 @@ typedef struct {
} SVDeleteReq; } SVDeleteReq;
typedef struct { typedef struct {
int32_t code;
// TODO // TODO
} SVDeleteRsp; } SVDeleteRsp;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册