Fix nonce allocation in DoubleWorker.

This commit is contained in:
XMRig
2018-04-03 03:27:44 +07:00
parent 22ba62e73d
commit 69661094ca
9 changed files with 14 additions and 9 deletions

View File

@@ -55,6 +55,7 @@ protected:
cryptonight_ctx *m_ctx;
size_t m_id;
size_t m_totalThreads;
size_t m_totalWays;
std::atomic<uint64_t> m_hashCount;
std::atomic<uint64_t> m_timestamp;