mirror of
https://github.com/xmrig/xmrig.git
synced 2025-02-24 03:50:30 +00:00
Update Miner.h
Add attribute sleepNanoSeconds
This commit is contained in:
parent
e051564d73
commit
7ad834de92
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue