Reimplement whole stratum network communication with boost::asio (#90)

Logger is now thread safe
This commit is contained in:
Ben Gräf 2018-04-14 19:55:13 +02:00 committed by GitHub
parent 15d752d9e0
commit df084acff6
40 changed files with 915 additions and 1942 deletions

View file

@ -65,7 +65,7 @@ private:
static void onSuspendTimer(uv_timer_t *handle);
bool m_active;
Client *m_client;
Client::Ptr m_client;
const int m_donateTime;
const int m_idleTime;
IStrategyListener *m_listener;