Improved pause/resume mechanism.
This commit is contained in:
parent
c15aefd968
commit
7c6e429854
6 changed files with 42 additions and 1 deletions
|
@ -55,6 +55,8 @@ public:
|
|||
static inline uint64_t toDiff(uint64_t target) { return 0xFFFFFFFFFFFFFFFFULL / target; }
|
||||
static void toHex(const unsigned char* in, unsigned int len, char* out);
|
||||
|
||||
bool operator==(const Job &other) const;
|
||||
|
||||
private:
|
||||
bool m_nicehash;
|
||||
int m_poolId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue