DNSLookup: fix #8

This commit is contained in:
Benjamin Sergeant
2019-01-06 18:27:26 -08:00
parent 911f684e4d
commit bce3071a12
2 changed files with 9 additions and 6 deletions

View File

@ -43,7 +43,7 @@ namespace ix
int port,
std::string& errMsg);
void run(const std::string& hostname, int port); // thread runner
void run(uint64_t id, const std::string& hostname, int port); // thread runner
std::string _hostname;
int _port;