mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 16:05:05 -05:00
Added hashrate to reports.
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
|
||||
|
||||
class ApiState;
|
||||
class Hashrate;
|
||||
|
||||
|
||||
class Api
|
||||
@@ -38,6 +39,7 @@ public:
|
||||
static void release();
|
||||
|
||||
static const char *get(const char *url, size_t *size, int *status);
|
||||
static void tick(const Hashrate *hashrate);
|
||||
|
||||
private:
|
||||
static ApiState *m_state;
|
||||
|
||||
Reference in New Issue
Block a user