From cb85aa8a8d02a3d6dc16e3f32e78da9e70f9c7f5 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期二, 02 二月 2021 17:49:21 +0800
Subject: [PATCH] update

---
 src/socket/bus_server_socket.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/socket/bus_server_socket.h b/src/socket/bus_server_socket.h
index 1a83d0e..7a6c829 100644
--- a/src/socket/bus_server_socket.h
+++ b/src/socket/bus_server_socket.h
@@ -28,9 +28,9 @@
 
 private:
 	void _proxy_sub( char *topic, int key);
-	void _proxy_pub( char *topic, size_t head_len, void *buf, size_t size, int key);
-	void *run_pubsub_proxy();
-	int parse_pubsub_topic(char *str, size_t size, char **_action, char **_topic, size_t *head_len );
+	void _proxy_pub( char *topic, void *buf, size_t size, int key);
+	void *_run_proxy_();
+	// int parse_pubsub_topic(char *str, size_t size, char **_action, char **_topic, size_t *head_len );
  
 	void _proxy_desub( char *topic, int key);
 	void _proxy_desub_all(int key);

--
Gitblit v1.8.0