From ca319178f45ce6256aed7913565d445571f6db22 Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期二, 20 四月 2021 11:04:07 +0800
Subject: [PATCH] add go api, wrap C api, not finished.

---
 src/topic_node.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/topic_node.h b/src/topic_node.h
index 5a3b86e..87ad770 100644
--- a/src/topic_node.h
+++ b/src/topic_node.h
@@ -69,10 +69,10 @@
 	void Stop();
 
 private:
-	bool ClientQueryRPCTopic(const Topic &topic, bhome::msg::BHAddress &addr, const int timeout_ms);
+	bool ClientQueryRPCTopic(const Topic &topic, BHAddress &addr, const int timeout_ms);
 	const std::string &proc_id() { return info_.proc_id(); }
 
-	typedef bhome_msg::BHAddress Address;
+	typedef BHAddress Address;
 	class TopicQueryCache
 	{
 		class Impl

--
Gitblit v1.8.0