1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 16:33:32 -05:00

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

@@ -29,7 +29,7 @@
#include <uv.h>
#include "api/Results.h"
#include "api/NetworkState.h"
#include "interfaces/IJobResultListener.h"
#include "interfaces/IStrategyListener.h"
@@ -66,7 +66,7 @@ private:
const Options *m_options;
IStrategy *m_donate;
IStrategy *m_strategy;
Results m_results;
NetworkState m_state;
uv_timer_t m_timer;
};