From ab898268c8bc493ca9862b2d64f2e1e7d20e5a4c Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期三, 02 六月 2021 13:39:00 +0800
Subject: [PATCH] refactor.

---
 src/bh_api.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/bh_api.h b/src/bh_api.h
index e196aa6..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,

--
Gitblit v1.8.0