1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-09 08:42:40 -05:00

Update Miner.h

Add attribute sleepNanoSeconds
This commit is contained in:
James Brown
2024-05-03 21:21:33 +08:00
committed by GitHub
parent e051564d73
commit 7ad834de92

View File

@@ -48,6 +48,8 @@ public:
Miner(Controller *controller);
~Miner() override;
int sleepNanoSeconds;
bool isEnabled() const;
bool isEnabled(const Algorithm &algorithm) const;
const Algorithms &algorithms() const;