mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 00:15:04 -05:00
Restored printable hashrate.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user