rename _blocking to _backgroundThreadRunning and invert the naming

This commit is contained in:
Benjamin Sergeant
2019-04-29 16:54:08 -07:00
parent a9422cf34d
commit 372dd24cc7
2 changed files with 5 additions and 5 deletions

View File

@ -154,7 +154,7 @@ namespace ix
static OnTrafficTrackerCallback _onTrafficTrackerCallback;
std::atomic<bool> _stop;
std::atomic<bool> _blocking;
std::atomic<bool> _backgroundThreadRunning;
std::atomic<bool> _automaticReconnection;
std::thread _thread;
std::mutex _writeMutex;