From ab9d762e22875cec0cecf7783b9d76995562bebb Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期一, 21 十二月 2020 16:58:51 +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 1a83d0e..d475f02 100644 --- a/src/socket/bus_server_socket.h +++ b/src/socket/bus_server_socket.h @@ -28,7 +28,7 @@ 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 _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 ); -- Gitblit v1.8.0