Added hashrate to reports.
This commit is contained in:
parent
30dd7d6fe4
commit
1651b041de
7 changed files with 99 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue