y_socket: refactor

This commit is contained in:
2025-06-24 14:08:31 +02:00
parent adf442cb85
commit 6cee75f3f3
3 changed files with 38 additions and 105 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ TEST(pollThread){
struct y_socket_t *argS=y_socket_create("1600", 2);
pthread_t pollTh;
pthread_create(&pollTh, NULL, y_pollSocketsFunc, (void*)argS);
pthread_create(&pollTh, NULL, y_socket_poll_fds, (void*)argS);
/*
struct argdst dstarg={