From 03e123528df6316e574a503237e1b9a9c1628da1 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期四, 14 一月 2021 14:32:18 +0800 Subject: [PATCH] update build.sh --- 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