Added printHealth to IBackend interface.

This commit is contained in:
XMRig
2020-02-14 01:11:53 +07:00
parent 74668ed7a0
commit 0a60a931fc
8 changed files with 54 additions and 44 deletions

View File

@@ -59,6 +59,7 @@ protected:
void execCommand(char command) override;
void prepare(const Job &nextJob) override;
void printHashrate(bool details) override;
void printHealth() override;
void setJob(const Job &job) override;
void start(IWorker *worker, bool ready) override;
void stop() override;