Implemented "enabled" field for CPU backend;
This commit is contained in:
parent
d9164c0b7b
commit
fa2c9df075
3 changed files with 14 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue