From 803d392aeb11665a3e34f7be83f972a1fc7d39c0 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 04 二月 2021 15:47:39 +0800 Subject: [PATCH] update --- src/socket/bus_server_socket.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/socket/bus_server_socket.h b/src/socket/bus_server_socket.h index d475f02..7a6c829 100644 --- a/src/socket/bus_server_socket.h +++ b/src/socket/bus_server_socket.h @@ -29,8 +29,8 @@ private: void _proxy_sub( char *topic, int key); void _proxy_pub( char *topic, 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 *_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