This repository was archived by the owner on Nov 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
chat : server : client.h
sᴀʟᴠᴀᴛᴏʀᴇ ʙ edited this page Jul 23, 2017
·
1 revision
typedef struct Client {
pid_t pid;
struct Client *next;
int pipe;
} Client;La struttura di un nodo client della lista contiene il pid identificativo, il numero del file descritto della relativa client_pipe e il puntatore al prossimo nodo.
Made with ❤️ by Owanesh and MatteoMauro | MIT ©