mirror of
https://github.com/xmrig/xmrig.git
synced 2026-02-02 02:03:03 -05:00
Implemented "enabled" field for CPU backend;
This commit is contained in:
@@ -44,6 +44,7 @@ public:
|
||||
~CpuBackend() override;
|
||||
|
||||
protected:
|
||||
bool isEnabled() const override;
|
||||
bool isEnabled(const Algorithm &algorithm) const override;
|
||||
const Hashrate *hashrate() const override;
|
||||
const String &profileName() const override;
|
||||
|
||||
Reference in New Issue
Block a user