Add support for listening sockets for outgoing data.

This commit is contained in:
Ian Gulliver
2016-02-17 13:56:13 -08:00
parent 7f8b92deaf
commit 908a364aef
7 changed files with 55 additions and 18 deletions

View File

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