提交 446b14f3 编写于 作者: L lichuang

[TD-10645][raft]<feature>replace SRpcEpSet to SEpSet

上级 aba51499
...@@ -23,8 +23,8 @@ SSyncManager* gSyncManager = NULL; ...@@ -23,8 +23,8 @@ SSyncManager* gSyncManager = NULL;
#define SYNC_ACTIVITY_TIMER 5 #define SYNC_ACTIVITY_TIMER 5
#define SYNC_SERVER_WORKER 2 #define SYNC_SERVER_WORKER 2
static void syncProcessRsp(SRpcMsg *pMsg, SRpcEpSet *pEpSet); static void syncProcessRsp(SRpcMsg *pMsg, SEpSet *pEpSet);
static void syncProcessReqMsg(SRpcMsg *pMsg, SRpcEpSet *pEpSet); static void syncProcessReqMsg(SRpcMsg *pMsg, SEpSet *pEpSet);
static int syncInitRpcServer(SSyncManager* syncManager, const SSyncCluster* pSyncCfg); static int syncInitRpcServer(SSyncManager* syncManager, const SSyncCluster* pSyncCfg);
static int syncInitRpcClient(SSyncManager* syncManager); static int syncInitRpcClient(SSyncManager* syncManager);
...@@ -168,12 +168,12 @@ int32_t syncPropose(SSyncNode* syncNode, const SSyncBuffer* pBuf, void* pData, b ...@@ -168,12 +168,12 @@ int32_t syncPropose(SSyncNode* syncNode, const SSyncBuffer* pBuf, void* pData, b
void syncReconfig(const SSyncNode* pNode, const SSyncCluster* pCfg) {} void syncReconfig(const SSyncNode* pNode, const SSyncCluster* pCfg) {}
// process rpc rsp message from other sync server // process rpc rsp message from other sync server
static void syncProcessRsp(SRpcMsg *pMsg, SRpcEpSet *pEpSet) { static void syncProcessRsp(SRpcMsg *pMsg, SEpSet *pEpSet) {
} }
// process rpc message from other sync server // process rpc message from other sync server
static void syncProcessReqMsg(SRpcMsg *pMsg, SRpcEpSet *pEpSet) { static void syncProcessReqMsg(SRpcMsg *pMsg, SEpSet *pEpSet) {
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册