g voulu implementer le code client dans le handler et g tout cassee
This commit is contained in:
@@ -6,7 +6,15 @@
|
||||
# include <unistd.h> // for getpid
|
||||
# include "libft.h"
|
||||
|
||||
int msg_received;
|
||||
typedef struct s_client
|
||||
{
|
||||
int mask;
|
||||
int count_char;
|
||||
int server_pid;
|
||||
char *text;
|
||||
} t_client;
|
||||
|
||||
t_client client;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user