Rename Results => NetworkState.

This commit is contained in:
XMRig 2017-09-01 15:35:00 +03:00
parent 9e9cddedc5
commit 8e08df2fd2
9 changed files with 34 additions and 33 deletions

View file

@ -30,7 +30,7 @@
class ApiState;
class Hashrate;
class Results;
class NetworkState;
class Api
@ -41,7 +41,7 @@ public:
static const char *get(const char *url, size_t *size, int *status);
static void tick(const Hashrate *hashrate);
static void tick(const Results &results);
static void tick(const NetworkState &results);
private:
static ApiState *m_state;