refactor checkpoint

This commit is contained in:
yihaoDeng 2023-08-21 10:34:08 +08:00
parent 9ef69dd455
commit d934d91fb1
1 changed files with 2 additions and 1 deletions

View File

@ -2100,6 +2100,7 @@ static int32_t mndProcessNodeCheckReq(SRpcMsg *pMsg) {
} }
typedef struct SMStreamNodeCheckMsg { typedef struct SMStreamNodeCheckMsg {
int8_t holder; // // to fix windows compile error, define place holder
} SMStreamNodeCheckMsg; } SMStreamNodeCheckMsg;
static int32_t mndProcessNodeCheck(SRpcMsg *pReq) { static int32_t mndProcessNodeCheck(SRpcMsg *pReq) {