New detailed hashrate report.

This commit is contained in:
XMRig 2018-06-01 02:33:21 +07:00
parent 009bd1a507
commit 5d6a622b18
2 changed files with 32 additions and 0 deletions

View file

@ -114,6 +114,7 @@ private:
static uv_mutex_t m_mutex;
static uv_rwlock_t m_rwlock;
static uv_timer_t m_timer;
static xmrig::Controller *m_controller;
};