[TD-10430] add mnode epset for dnode module

This commit is contained in:
Shengliang Guan 2021-09-29 19:39:17 +08:00
parent 446411210d
commit b3d7ec3628
1 changed files with 9 additions and 9 deletions

View File

@ -100,15 +100,6 @@ int32_t mnodeDeploy(struct Mnode *mnode, struct SMInfos *minfos);
*/
void mnodeUnDeploy(struct Mnode *mnode);
/**
* Interface for processing messages.
*
* @param mnode, instance of mnode module.
* @param rpcMsg, message to be processed.
* @return Error code.
*/
void mnodeProcessMsg(struct Mnode *mnode, SRpcMsg *rpcMsg);
/**
* Whether the mnode is in service.
*
@ -152,6 +143,15 @@ int32_t mnodeGetStatistics(struct Mnode *mnode, SMnodeStat *stat);
*/
int32_t mnodeRetriveAuth(struct Mnode *mnode, char *user, char *spi, char *encrypt, char *secret, char *ckey);
/**
* Interface for processing messages.
*
* @param mnode, instance of mnode module.
* @param rpcMsg, message to be processed.
* @return Error code.
*/
void mnodeProcessMsg(struct Mnode *mnode, SRpcMsg *rpcMsg);
#ifdef __cplusplus
}
#endif