Remove shm from config

This commit is contained in:
2022-12-15 10:43:43 +01:00
parent 1f20c70772
commit 3ce72975b8
8 changed files with 53 additions and 148 deletions

View File

@ -25,7 +25,7 @@ typedef struct {
char _s_addr[INET6_ADDRSTRLEN + 1];
} client_ctx_t;
host_config *get_host_config(const char *host);
host_config_t *get_host_config(const char *host);
int client_handler(sock *client, unsigned long client_num);