fix compile error
This commit is contained in:
parent
b17f826756
commit
ca634993c5
|
@ -112,7 +112,7 @@ void rpcSendRedirectRsp(void* thandle, const SEpSet* pEpSet) {
|
|||
int rpcReportProgress(void* pConn, char* pCont, int contLen) { return -1; }
|
||||
void rpcCancelRequest(int64_t rid) { return; }
|
||||
|
||||
int32_t rpcInit(SRpcConfig *pCfg) {
|
||||
int32_t rpcInit(SRpcCfg* pCfg) {
|
||||
// impl later
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue