diff options
author | Johnny Richard <johnny@johnnyrichard.com> | 2022-05-10 03:09:47 +0200 |
---|---|---|
committer | Johnny Richard <johnny@johnnyrichard.com> | 2022-05-10 03:09:47 +0200 |
commit | 6c5276eb486f88b73c9309ffec713f1732922a02 (patch) | |
tree | 2997ced24529b8fe2814284a91753435a36311ea /server.h | |
parent | 31586df150671904bbd116534e38ecb1d4748962 (diff) |
Diffstat (limited to 'server.h')
-rw-r--r-- | server.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ typedef struct server { int epoll_fd; struct epoll_event events[MAXEVENTS]; hash_table_t *client_table; + hash_table_t *channel_table; bool running; } server_t; |