|
my_teams
|
Represents a client with socket file descriptor and network data. More...
#include <protocol.h>

Public Member Functions | |
| TAILQ_ENTRY (p_client_s) entries | |
| TAILQ_HEAD (, p_payload_s) payloads | |
Public Attributes | |
| fd_set | master_read_fds |
| fd_set | master_write_fds |
| fd_set | readfds |
| fd_set | writefds |
| int | sockfd |
| p_network_data_t | network_data |
Represents a client with socket file descriptor and network data.
| p_client_s::TAILQ_ENTRY | ( | p_client_s | ) |
| p_client_s::TAILQ_HEAD | ( | p_payload_s | ) |
| fd_set p_client_s::master_read_fds |
| fd_set p_client_s::master_write_fds |
| p_network_data_t p_client_s::network_data |
| fd_set p_client_s::readfds |
| int p_client_s::sockfd |
| fd_set p_client_s::writefds |