HY335a-Project
A_multithread_chat_Server_and_chat_client
|
#include <chatserver.h>
Data Fields | |
connection_t * | active_connections_list |
connection_t * | client_connection |
At every client thread we pass this struct as parameter that contains all the info that you need.
connection_t* client_thread_params::active_connections_list |
The list with all active connections
connection_t* client_thread_params::client_connection |
The node of the list that corresponds to this client