1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-18 20:02:44 -05:00
This commit is contained in:
MoneroOcean
2020-01-20 18:24:56 +07:00
97 changed files with 6697 additions and 6013 deletions

View File

@@ -45,6 +45,7 @@ class IRxStorage
public:
virtual ~IRxStorage() = default;
virtual bool isAllocated() const = 0;
virtual HugePagesInfo hugePages() const = 0;
virtual RxDataset *dataset(const Job &job, uint32_t nodeId) const = 0;
virtual void init(const RxSeed &seed, uint32_t threads, bool hugePages, bool oneGbPages, RxConfig::Mode mode, int priority) = 0;