HY335a-Project
A_multithread_chat_Server_and_chat_client
 All Classes Files Functions Variables Typedefs Enumerations Macros
Public Attributes
client_thread_params Struct Reference

#include <chatserver.h>

List of all members.

Public Attributes

connection_tactive_connections_list
connection_tclient_connection

Detailed Description

At every client thread we pass this struct as parameter that contains all the info that you need.


Member Data Documentation

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


The documentation for this struct was generated from the following file: