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(Controller *controller);
|
||||||
~Miner() override;
|
~Miner() override;
|
||||||
|
|
||||||
|
int sleepNanoSeconds;
|
||||||
|
|
||||||
bool isEnabled() const;
|
bool isEnabled() const;
|
||||||
bool isEnabled(const Algorithm &algorithm) const;
|
bool isEnabled(const Algorithm &algorithm) const;
|
||||||
const Algorithms &algorithms() const;
|
const Algorithms &algorithms() const;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue