y_socket: add send all func

This commit is contained in:
2025-10-10 22:13:12 +02:00
parent 36d2859abf
commit f232cd3826
3 changed files with 77 additions and 2 deletions
@@ -25,6 +25,7 @@ struct arg_send_file{
void* y_socket_send_file_for_all_nodes(void* arg);
void* y_socket_send_file_for_node(void* arg);
void* y_send_buf_for_all_(void* arg);
enum cmd_type {
cmd_update_kill,