lichao
2021-05-06 7ecd6323ffedbfef92c87c02b2a8680dd53b772c
src/bh_api.h
@@ -36,7 +36,9 @@
                     int *reply_len,
                     const int timeout_ms);
int BHQueryTopicAddress(const void *topics,
int BHQueryTopicAddress(const void *remote,
                        const int remote_len,
                        const void *topics,
                        const int topics_len,
                        void **reply,
                        int *reply_len,
@@ -113,7 +115,7 @@
                const void *reply,
                const int reply_len);
// int BHCleanUp();
int BHCleanup();
void BHFree(void *buf, int size);