Restored printable hashrate.

This commit is contained in:
XMRig
2019-07-17 01:28:42 +07:00
parent fe2ae04f8d
commit 8afd3f1c76
15 changed files with 196 additions and 204 deletions

View File

@@ -32,6 +32,7 @@
namespace xmrig {
class Hashrate;
class Job;
class String;
@@ -41,6 +42,7 @@ class IBackend
public:
virtual ~IBackend() = default;
virtual const Hashrate *hashrate() const = 0;
virtual const String &profileName() const = 0;
virtual void printHashrate(bool details) = 0;
virtual void setJob(const Job &job) = 0;