1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-07 16:05:05 -05:00

Always stop mining threads in RandomX dataset change upcoming.

This commit is contained in:
XMRig
2019-08-02 16:44:55 +07:00
parent bdaf28adf8
commit f7ea4b6dbd
5 changed files with 35 additions and 14 deletions

View File

@@ -44,6 +44,7 @@ class Job;
class Rx
{
public:
static bool isReady(const Job &job);
static RxDataset *dataset(const Job &job, uint32_t nodeId);
static std::pair<size_t, size_t> hugePages();
static void destroy();