mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-08 00:15:04 -05:00
Handle job notification.
This commit is contained in:
@@ -42,7 +42,9 @@ public:
|
||||
static char *userAgent();
|
||||
|
||||
protected:
|
||||
void onJobReceived(Client *client, const Job &job) override;
|
||||
void onLoginCredentialsRequired(Client *client) override;
|
||||
void onLoginSuccess(Client *client) override;
|
||||
|
||||
private:
|
||||
char *m_agent;
|
||||
|
||||
Reference in New Issue
Block a user