Make option "dataset_host" available only for RandomX.

This commit is contained in:
XMRig 2019-11-06 19:00:50 +07:00
parent f8d1488e33
commit c235145121
7 changed files with 31 additions and 29 deletions

View file

@ -44,9 +44,9 @@ protected:
bool set(const Job &job, uint8_t *blob) override;
private:
bool m_ready = false;
size_t m_intensity = 0;
bool m_dataset_host = false;
bool m_ready = false;
const bool m_datasetHost = false;
size_t m_intensity = 0;
};