From fb110e77a57ac74344edb303efaa9363c8b786ab Mon Sep 17 00:00:00 2001 From: fanasina Date: Sat, 18 Oct 2025 22:51:52 +0200 Subject: [PATCH] y_socket: add cleanup in usage cmdl --- y_socket_t/src/y_socket_t/y_list_var_tool.c | 1 + 1 file changed, 1 insertion(+) diff --git a/y_socket_t/src/y_socket_t/y_list_var_tool.c b/y_socket_t/src/y_socket_t/y_list_var_tool.c index fbbf003..7fcc82c 100644 --- a/y_socket_t/src/y_socket_t/y_list_var_tool.c +++ b/y_socket_t/src/y_socket_t/y_list_var_tool.c @@ -172,6 +172,7 @@ void usage_cmdl(){ "\tor other to send cmd to all nodes excluding local address in the list.\n" "command: \n" "\tupdate kill: to gracefully shutdown socket server.\n" + "\tupdate cleanup: to free m_headers lists.\n" "\tupdate standby: to suspend all workers, but can receive all task but in queu tasks.\n" "\tupdate wakeup: to wakeup all workers, and then execute all tasks in queu.\n" "\tupdate remove node [addr]: to remove [addr] in the list.\n"