feat: refactor rpc code

This commit is contained in:
yihaoDeng 2022-06-27 21:07:41 +08:00
parent 59315e0fe9
commit 1ab7e3a90b
1 changed files with 0 additions and 2 deletions

View File

@ -165,11 +165,9 @@ void rpcSetDefaultAddr(void* thandle, const char* ip, const char* fqdn) {
int32_t rpcInit() {
transInit();
// impl later
return 0;
}
void rpcCleanup(void) {
// impl later
transCleanup();
return;
}