Quick fix, temporary use old style affinity.

This commit is contained in:
XMRig
2018-04-03 17:06:03 +07:00
parent 8e5f3a5b77
commit 20c1a6ee8e
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),