enh(sync) sync/mnode integration

This commit is contained in:
Minghao Li 2022-05-21 22:15:23 +08:00
parent 249aecacda
commit a1cd6839a7
1 changed files with 1 additions and 0 deletions

View File

@ -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);