Make epoll_fd global as a concession to clarity. Handle client disconnection even when silent.

This commit is contained in:
Ian Gulliver
2016-02-17 15:41:27 -08:00
parent 908a364aef
commit e14b444466
9 changed files with 107 additions and 87 deletions

View File

@@ -5,5 +5,5 @@
struct serializer *client_get_serializer(char *);
void client_add(int, struct serializer *);
void client_new_fd(int, int, void *);
void client_add_wrapper(int, void *);
void client_write(struct packet *);