This commit is contained in:
pusheaxpopebx 2024-11-22 06:56:41 +00:00 committed by GitHub
commit fae0e3e3c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 5 deletions

View file

@ -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;