Added support for threads restart if config changed.

This commit is contained in:
XMRig
2019-07-18 19:11:45 +07:00
parent f6b4fd5909
commit db971991fb
12 changed files with 105 additions and 62 deletions

View File

@@ -44,6 +44,7 @@ public:
~CpuBackend() override;
protected:
bool isEnabled(const Algorithm &algorithm) const override;
const Hashrate *hashrate() const override;
const String &profileName() const override;
void printHashrate(bool details) override;