提交 b3d7ec36 编写于 作者: S Shengliang Guan

[TD-10430] add mnode epset for dnode module

上级 44641121
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册