mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-22 22:42:53 -05:00
Add class Platform.
This commit is contained in:
@@ -47,8 +47,6 @@ public:
|
||||
void connect();
|
||||
void stop();
|
||||
|
||||
static char *userAgent();
|
||||
|
||||
protected:
|
||||
void onActive(Client *client) override;
|
||||
void onJob(Client *client, const Job &job) override;
|
||||
@@ -64,7 +62,6 @@ private:
|
||||
|
||||
static void onTick(uv_timer_t *handle);
|
||||
|
||||
char *m_agent;
|
||||
const Options *m_options;
|
||||
IStrategy *m_donate;
|
||||
IStrategy *m_strategy;
|
||||
|
||||
Reference in New Issue
Block a user