Merge 26ced53e4d
into f9e990d0f0
This commit is contained in:
commit
fae0e3e3c6
4 changed files with 11 additions and 5 deletions
|
@ -20,6 +20,9 @@
|
|||
#define XMRIG_WORKER_H
|
||||
|
||||
|
||||
#include <atomic>
|
||||
|
||||
|
||||
#include "backend/common/interfaces/IWorker.h"
|
||||
|
||||
|
||||
|
@ -38,8 +41,6 @@ protected:
|
|||
inline size_t id() const override { return m_id; }
|
||||
inline uint32_t node() const { return m_node; }
|
||||
|
||||
uint64_t m_count = 0;
|
||||
|
||||
private:
|
||||
const int64_t m_affinity;
|
||||
const size_t m_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue