Added support for multi-algorithm CPU threads settings.

This commit is contained in:
XMRig 2019-07-02 22:56:28 +07:00
parent 83fdbbf29c
commit b92807e8d8
24 changed files with 595 additions and 109 deletions

View file

@ -37,7 +37,7 @@ class ThreadHandle;
namespace xmrig {
class CpuThread;
class CpuThreadLegacy;
}
@ -62,7 +62,7 @@ protected:
std::atomic<uint64_t> m_timestamp;
uint64_t m_count;
uint64_t m_sequence;
xmrig::CpuThread *m_thread;
xmrig::CpuThreadLegacy *m_thread;
};