build fix
This commit is contained in:
parent
b588ed0fa1
commit
1d39a9c9a9
@ -54,12 +54,6 @@ namespace ix
|
|||||||
void setRes(struct addrinfo* addr);
|
void setRes(struct addrinfo* addr);
|
||||||
struct addrinfo* getRes();
|
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::string _hostname;
|
||||||
std::mutex _hostnameMutex;
|
std::mutex _hostnameMutex;
|
||||||
int _port;
|
int _port;
|
||||||
|
Loading…
Reference in New Issue
Block a user