|
Zappy - Year end project 2
This is a project that Epitech asked us to create in order to allow us to reveiw the notions of the current year.
|
A structure to store every team data. More...
#include <server_handler.h>

Data Fields | |
| char * | team_name |
| int | client_total |
| int | client_num_list [MAX_CLIENT] |
A structure to store every team data.
| team_name | The name of the team |
| client_total | The total number of client it has |
| clint_num_list | The list of every client number (Refer to "client_num" in cli_t structure) |
Definition at line 103 of file server_handler.h.
| int team_s::client_num_list[MAX_CLIENT] |
Definition at line 106 of file server_handler.h.
| int team_s::client_total |
Definition at line 105 of file server_handler.h.
| char* team_s::team_name |
Definition at line 104 of file server_handler.h.