zhangmeng
2021-02-22 e888eb3aa0ee76cdbb9a8193be40075857d1cf41
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);