From 251bbc8b0ebd9a91d34f81186d9284f6e669b4db Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期三, 27 一月 2021 10:13:48 +0800 Subject: [PATCH] update --- src/socket/bus_server_socket.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/socket/bus_server_socket.h b/src/socket/bus_server_socket.h index 486bf49..7a6c829 100644 --- a/src/socket/bus_server_socket.h +++ b/src/socket/bus_server_socket.h @@ -29,7 +29,7 @@ private: void _proxy_sub( char *topic, int key); void _proxy_pub( char *topic, void *buf, size_t size, int key); - void *run_pubsub_proxy(); + 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); -- Gitblit v1.8.0