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.
Loading...
Searching...
No Matches
Data Fields
team_s Struct Reference

A structure to store every team data. More...

#include <server_handler.h>

Collaboration diagram for team_s:
Collaboration graph

Data Fields

char * team_name
 
int client_total
 
int client_num_list [MAX_CLIENT]
 

Detailed Description

A structure to store every team data.

Parameters
team_nameThe name of the team
client_totalThe total number of client it has
clint_num_listThe list of every client number (Refer to "client_num" in cli_t structure)

Definition at line 103 of file server_handler.h.

Field Documentation

◆ client_num_list

int team_s::client_num_list[MAX_CLIENT]

Definition at line 106 of file server_handler.h.

◆ client_total

int team_s::client_total

Definition at line 105 of file server_handler.h.

◆ team_name

char* team_s::team_name

Definition at line 104 of file server_handler.h.


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