Fixed miner freeze when switch between RandomX variants.

This commit is contained in:
XMRig 2019-07-28 14:42:29 +07:00
parent ef2454b025
commit ab02bd9847
4 changed files with 15 additions and 0 deletions

View file

@ -52,6 +52,7 @@ public:
virtual const Hashrate *hashrate() const = 0;
virtual const String &profileName() const = 0;
virtual const String &type() const = 0;
virtual void prepare(const Job &nextJob) = 0;
virtual void printHashrate(bool details) = 0;
virtual void setJob(const Job &job) = 0;
virtual void start(IWorker *worker) = 0;