From 8c53f98184cd7a686a43bd03c888068ef9b3a1c1 Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Wed, 1 Jun 2022 08:31:54 +0000 Subject: [PATCH] make it pass windows comile --- include/common/tmsg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/common/tmsg.h b/include/common/tmsg.h index f38a0f8551..83ea44cd86 100644 --- a/include/common/tmsg.h +++ b/include/common/tmsg.h @@ -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;