build fix

This commit is contained in:
Benjamin Sergeant 2019-04-29 20:54:00 -07:00
parent b588ed0fa1
commit 1d39a9c9a9

View File

@ -54,12 +54,6 @@ namespace ix
void setRes(struct addrinfo* addr);
struct addrinfo* getRes();
void setErrMsg(const std::string& errMsg);
const std::string& getErrMsg();
void setRes(struct addrinfo* addr);
struct addrinfo* getRes();
std::string _hostname;
std::mutex _hostnameMutex;
int _port;