1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 00:15:04 -05:00

Small fixes.

This commit is contained in:
XMRig
2018-03-31 17:51:33 +07:00
parent 7f5d7cf7dd
commit af0a6fdf20
5 changed files with 14 additions and 3 deletions

View File

@@ -46,6 +46,7 @@ public:
Controller();
~Controller();
bool isReady() const;
Config *config() const;
int init(int argc, char **argv);
Network *network() const;