tsan linux tentative fix / copy string instead of passing a const reference

This commit is contained in:
Benjamin Sergeant
2019-04-29 17:27:53 -07:00
parent e3444e666b
commit 9dca893ce7
2 changed files with 2 additions and 2 deletions

View File

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