1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-23 06:52:33 -05:00

Rewritten watch feature.

This commit is contained in:
XMRig
2019-02-15 04:59:20 +07:00
parent b368ffacdb
commit 0450c31449
19 changed files with 419 additions and 111 deletions

View File

@@ -44,7 +44,7 @@ namespace xmrig {
class ConfigLoader;
class IThread;
class IWatcherListener;
class IConfigListener;
/**
@@ -85,7 +85,7 @@ public:
inline int64_t affinity() const { return m_threads.mask; }
inline ThreadsMode threadsMode() const { return m_threads.mode; }
static Config *load(int argc, char **argv, IWatcherListener *listener);
static Config *load(int argc, char **argv, IConfigListener *listener);
protected:
bool finalize() override;