提交 4555886e 编写于 作者: S Shengliang Guan

minor changes

上级 9d091e90
...@@ -107,7 +107,7 @@ void rpcSendRedirectRsp(void* thandle, const SEpSet* pEpSet) { ...@@ -107,7 +107,7 @@ void rpcSendRedirectRsp(void* thandle, const SEpSet* pEpSet) {
int rpcReportProgress(void* pConn, char* pCont, int contLen) { return -1; } int rpcReportProgress(void* pConn, char* pCont, int contLen) { return -1; }
void rpcCancelRequest(int64_t rid) { return; } void rpcCancelRequest(int64_t rid) { return; }
int32_t rpcInit(void) { int32_t rpcInit(SRpcConfig *pCfg) {
// impl later // impl later
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册