Make option "dataset_host" available only for RandomX.
This commit is contained in:
parent
f8d1488e33
commit
c235145121
7 changed files with 31 additions and 29 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue