From 27d8bc7cad4a8f68c2da3efbb77f45ec70ae40e6 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期三, 05 一月 2022 14:11:39 +0800
Subject: [PATCH] pb.go MsgQueryProcReply add subLocalTopics and subNetTopics

---
 src/socket/socket_def.h |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/src/socket/socket_def.h b/src/socket/socket_def.h
index 56cca6d..cd6f2a6 100644
--- a/src/socket/socket_def.h
+++ b/src/socket/socket_def.h
@@ -20,18 +20,4 @@
 	
 };
 
-
-
-
-// typedef struct shm_bus_msg_t {
-// 	void *topic;
-// 	int topic_length;
-
-// } shm_bus_msg_t;
-
-#define ACTION_LIDENTIFIER "<**"
-#define ACTION_RIDENTIFIER "**>"
-#define TOPIC_LIDENTIFIER "{"
-#define TOPIC_RIDENTIFIER "}"
-
 #endif
\ No newline at end of file

--
Gitblit v1.8.0