From a1cd6839a7d0af955a5142bccccbd7a6e7f30848 Mon Sep 17 00:00:00 2001 From: Minghao Li Date: Sat, 21 May 2022 22:15:23 +0800 Subject: [PATCH] enh(sync) sync/mnode integration --- include/dnode/mnode/mnode.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dnode/mnode/mnode.h b/include/dnode/mnode/mnode.h index 16cb4cdd70..ec4b4dd06d 100644 --- a/include/dnode/mnode/mnode.h +++ b/include/dnode/mnode/mnode.h @@ -90,6 +90,7 @@ int32_t mndGetLoad(SMnode *pMnode, SMnodeLoad *pLoad); */ int32_t mndProcessMsg(SRpcMsg *pMsg); +int32_t mndProcessSyncMsg(SRpcMsg *pMsg); int32_t mndProcessApplyMsg(SRpcMsg *pMsg);