Use node number instead of affinity

This commit is contained in:
SChernykh
2020-04-07 18:46:22 +02:00
parent e5d43089df
commit 5449dfbc91
6 changed files with 9 additions and 10 deletions

View File

@@ -50,7 +50,7 @@ class RxVm
public:
XMRIG_DISABLE_COPY_MOVE_DEFAULT(RxVm);
RxVm(RxDataset *dataset, uint8_t *scratchpad, bool softAes, xmrig::Assembly assembly, int64_t affinity);
RxVm(RxDataset *dataset, uint8_t *scratchpad, bool softAes, xmrig::Assembly assembly, uint32_t node);
~RxVm();
inline randomx_vm *get() const { return m_vm; }