mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 08:23:34 -05:00
KawPow: reduced stale/expired shares
This commit is contained in:
@@ -38,6 +38,7 @@ namespace xmrig {
|
||||
|
||||
|
||||
class IOclRunner;
|
||||
class Job;
|
||||
|
||||
|
||||
class OclWorker : public Worker
|
||||
@@ -49,6 +50,8 @@ public:
|
||||
|
||||
~OclWorker() override;
|
||||
|
||||
void jobEarlyNotification(const Job&) override;
|
||||
|
||||
static std::atomic<bool> ready;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user