nouvel algorythme avec reponse du server fonctionne a peu pres sauf eof

This commit is contained in:
hugogogo
2021-09-03 13:54:06 +02:00
parent bb90704a0c
commit db27c5bee9
7 changed files with 31 additions and 88 deletions

View File

@@ -10,8 +10,9 @@ typedef struct s_client
{
int mask;
int count_char;
int server_pid;
int srv_pid;
char *text;
int done;
} t_client;
t_client client;