fix: compile errors after merge

This commit is contained in:
3lswear
2022-01-28 21:05:58 +03:00
parent f147123f88
commit 4f918a3fc9
2 changed files with 6 additions and 37 deletions

View File

@@ -18,7 +18,7 @@ private:
struct epoll_event _events[MAX_CLIENT];
struct sockaddr_in _addres;
std::string _ip;
std::vector<ServerConfig> _configs;
std::vector<ServerConfig *> _configs;
/* void add_to_epoll_list(int fd, unsigned int ep_events); */
private: