libcbhomebus_func.h
@@ -47,6 +47,12 @@ typedef int(*tfn_shm_alloc_key) (); /** * @brief 回收标记为删除的队列 * @return 错误码 */ typedef int (*tfn_shm_start_resycle)() ; /** * 批量删除key对应的共享队列,并在bus里删除该key的订阅 */ typedef int(*tfn_shm_remove_keys) (int*, int);