From a300adf15342aa4d3b030698d40d61edb6272ea0 Mon Sep 17 00:00:00 2001 From: fujuntang <fujuntang@smartai.com> Date: 星期二, 07 九月 2021 11:51:20 +0800 Subject: [PATCH] resize the buf allocation as dynamic allocate. --- src/socket/bus_server_socket_wrapper.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/socket/bus_server_socket_wrapper.h b/src/socket/bus_server_socket_wrapper.h index 2a7c59d..06a060e 100644 --- a/src/socket/bus_server_socket_wrapper.h +++ b/src/socket/bus_server_socket_wrapper.h @@ -29,6 +29,11 @@ void bus_server_socket_wrapper_close(void *_sockt); /** + * @brief 鍋滄 bus_server_socket + */ +int bus_server_socket_wrapper_stop(void *_socket); + +/** * @brief 鍚姩bus * * @return 0 鎴愬姛锛� 鍏朵粬鍊� 澶辫触鐨勯敊璇爜 -- Gitblit v1.8.0