mirror of
https://github.com/xmrig/xmrig.git
synced 2026-02-01 09:43:03 -05:00
Options class replaced to xmrig::Config.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user