修复一些bug

This commit is contained in:
zhangzheng
2023-12-10 00:26:10 +08:00
parent 22c5c91734
commit ac86caca8d
16 changed files with 85 additions and 27 deletions

View File

@@ -7,3 +7,4 @@ obj_handler_t handler_alloc(void);
void handler_free(obj_handler_t hd_inx);
void handler_free_umap(obj_handler_t hd_inx);
void hanlder_pre_alloc(obj_handler_t inx);
bool_t handler_is_used(obj_handler_t hd_inx);

View File

@@ -0,0 +1,4 @@
#pragma once
obj_handler_t rpc_hd_get(int inx);
int rpc_hd_alloc(void);