somehow defined why2_listen_server
This commit is contained in:
parent
0618de9584
commit
c6e98d120a
@ -253,4 +253,12 @@ void why2_clean_threads(void)
|
|||||||
|
|
||||||
remove_node(node_buffer_2); //REMOVE
|
remove_node(node_buffer_2); //REMOVE
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void *why2_listen_server(void *socket)
|
||||||
|
{
|
||||||
|
for (;;)
|
||||||
|
{
|
||||||
|
printf("%s\n", why2_read_socket(*((int*) socket)));
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user