Rewritten watch feature.

This commit is contained in:
XMRig
2019-02-15 04:59:20 +07:00
parent 12296d6664
commit 6d161cab8c
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;