From fb3d4aaf08075f84ed7718d2b570e6ca9e8b4a70 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期一, 01 二月 2021 18:31:16 +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