Quick fix, temporary use old style affinity.
This commit is contained in:
parent
dd6bc339bf
commit
d4123b8fa6
4 changed files with 9 additions and 6 deletions
|
@ -25,7 +25,8 @@
|
|||
#include "workers/Handle.h"
|
||||
|
||||
|
||||
Handle::Handle(xmrig::IThread *config, size_t totalThreads, size_t totalWays) :
|
||||
Handle::Handle(xmrig::IThread *config, size_t totalThreads, size_t totalWays, int64_t affinity) :
|
||||
m_affinity(affinity),
|
||||
m_worker(nullptr),
|
||||
m_totalThreads(totalThreads),
|
||||
m_totalWays(totalWays),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue