y_socket: add check go_on workers before handling buf

This commit is contained in:
2025-10-11 08:08:41 +02:00
parent f232cd3826
commit 7a07b43038
3 changed files with 41 additions and 4 deletions
+1
View File
@@ -33,5 +33,6 @@ void set_str_port_y_NODE_T(y_NODE_T *node, char *str_port);
const char * put_y_NODE_T_in_string(y_NODE_T *node, char * dst);
void update_nodes(y_NODE_T node, struct main_list_y_NODE_T *nodes);
void * remove_node_from_nodes(void* arg);
#endif /* __Y_NODE_T_H__C */