From 4ad4f24f18cf7d0af22ca885baebc6a3eb37e7d0 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期四, 20 五月 2021 10:08:40 +0800 Subject: [PATCH] rename socket.h/cpp to shm_socket.h/cpp. --- src/bh_api.h | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/bh_api.h b/src/bh_api.h index 5c82049..3b77da5 100644 --- a/src/bh_api.h +++ b/src/bh_api.h @@ -44,6 +44,14 @@ int *reply_len, const int timeout_ms); +int BHQueryProcs(const void *remote, + const int remote_len, + const void *query, + const int query_len, + void **reply, + int *reply_len, + const int timeout_ms); + int BHSubscribeTopics(const void *topics, const int topics_len, void **reply, @@ -115,7 +123,7 @@ const void *reply, const int reply_len); -// int BHCleanUp(); +int BHCleanup(); void BHFree(void *buf, int size); -- Gitblit v1.8.0