fix compile error

This commit is contained in:
Shengliang Guan 2022-02-24 10:17:37 +08:00
parent b17f826756
commit ca634993c5
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}