Added hashrate to reports.

This commit is contained in:
XMRig 2017-09-01 03:45:08 +03:00
parent 30dd7d6fe4
commit 1651b041de
7 changed files with 99 additions and 7 deletions

View file

@ -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;