Quick fix, temporary use old style affinity.

This commit is contained in:
XMRig 2018-04-03 17:06:03 +07:00
parent dd6bc339bf
commit d4123b8fa6
4 changed files with 9 additions and 6 deletions

View file

@ -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),