Restored printable hashrate.
This commit is contained in:
parent
27f3008d79
commit
5699147aab
15 changed files with 196 additions and 204 deletions
|
@ -34,6 +34,7 @@
|
|||
namespace xmrig {
|
||||
|
||||
|
||||
class Hashrate;
|
||||
class WorkersPrivate;
|
||||
|
||||
|
||||
|
@ -44,9 +45,11 @@ public:
|
|||
Workers();
|
||||
~Workers();
|
||||
|
||||
const Hashrate *hashrate() const;
|
||||
void add(const T &data);
|
||||
void start();
|
||||
void stop();
|
||||
void tick(uint64_t ticks);
|
||||
|
||||
private:
|
||||
static void onReady(void *arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue