fix compile error
This commit is contained in:
parent
e4210a8bf6
commit
f151c1bc0c
|
@ -21,9 +21,8 @@
|
||||||
|
|
||||||
#define _DEFAULT_SOURCE
|
#define _DEFAULT_SOURCE
|
||||||
#include "dnodeTrans.h"
|
#include "dnodeTrans.h"
|
||||||
#include "dnodeMain.h"
|
#include "dnodeEps.h"
|
||||||
#include "dnodeMnodeEps.h"
|
#include "dnodeMsg.h"
|
||||||
#include "dnodeStatus.h"
|
|
||||||
#include "mnode.h"
|
#include "mnode.h"
|
||||||
#include "vnode.h"
|
#include "vnode.h"
|
||||||
|
|
||||||
|
@ -143,7 +142,7 @@ static void dnodeProcessPeerRsp(SRpcMsg *pMsg, SRpcEpSet *pEpSet) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (msgType == TSDB_MSG_TYPE_DM_STATUS_RSP && pEpSet) {
|
if (msgType == TSDB_MSG_TYPE_DM_STATUS_RSP && pEpSet) {
|
||||||
dnodeUpdateMnodeFromPeer(pEpSet);
|
dnodeUpdateMnodeEps(pEpSet);
|
||||||
}
|
}
|
||||||
|
|
||||||
RpcMsgFp fp = tsTrans.peerMsgFp[msgType];
|
RpcMsgFp fp = tsTrans.peerMsgFp[msgType];
|
||||||
|
|
Loading…
Reference in New Issue