mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 00:15:04 -05:00
Job flow WIP.
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
#define __WORKER_H__
|
||||
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
#include "interfaces/IWorker.h"
|
||||
|
||||
|
||||
@@ -39,9 +42,11 @@ public:
|
||||
~Worker();
|
||||
|
||||
protected:
|
||||
bool m_nicehash;
|
||||
cryptonight_ctx *m_ctx;
|
||||
Handle *m_handle;
|
||||
int m_id;
|
||||
uint64_t m_sequence;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user