rename _blocking to _backgroundThreadRunning and invert the naming

This commit is contained in:
Benjamin Sergeant
2019-04-29 16:54:08 -07:00
parent e37e69311b
commit e3444e666b
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;