Remove some global variables

This commit is contained in:
2022-12-10 22:44:26 +01:00
parent bfa9cf4fcd
commit 483b386100
3 changed files with 7 additions and 21 deletions

View File

@ -27,7 +27,6 @@ extern pid_t children[MAX_CHILDREN];
extern MMDB_s mmdbs[MAX_MMDB];
extern volatile sig_atomic_t server_keep_alive;
extern char *log_client_prefix, *log_conn_prefix, *log_req_prefix;
extern struct timeval client_timeout;
#endif //SESIMOS_SERVER_H