提交 1ab7e3a9 编写于 作者: dengyihao's avatar dengyihao

feat: refactor rpc code

上级 59315e0f
...@@ -165,11 +165,9 @@ void rpcSetDefaultAddr(void* thandle, const char* ip, const char* fqdn) { ...@@ -165,11 +165,9 @@ void rpcSetDefaultAddr(void* thandle, const char* ip, const char* fqdn) {
int32_t rpcInit() { int32_t rpcInit() {
transInit(); transInit();
// impl later
return 0; return 0;
} }
void rpcCleanup(void) { void rpcCleanup(void) {
// impl later
transCleanup(); transCleanup();
return; return;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册