Added support for multi-algorithm CPU threads settings.
This commit is contained in:
parent
83fdbbf29c
commit
b92807e8d8
24 changed files with 595 additions and 109 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue