Options class replaced to xmrig::Config.
This commit is contained in:
parent
aad19f1a35
commit
aac7b0404a
25 changed files with 240 additions and 1104 deletions
|
@ -28,7 +28,7 @@
|
|||
#include "interfaces/IWatcherListener.h"
|
||||
|
||||
|
||||
class Proxy;
|
||||
class Network;
|
||||
class StatsData;
|
||||
|
||||
|
||||
|
@ -48,7 +48,7 @@ public:
|
|||
|
||||
Config *config() const;
|
||||
int init(int argc, char **argv);
|
||||
Proxy *proxy() const;
|
||||
Network *network() const;
|
||||
void addListener(IControllerListener *listener);
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue