Sync changes.

This commit is contained in:
XMRig
2019-03-14 18:42:27 +07:00
parent 4b0ad9acc9
commit 630ee04681
12 changed files with 113 additions and 12 deletions

View File

@@ -61,8 +61,10 @@ public:
void tick(uint64_t now) override;
protected:
inline void onLogin(Client *, rapidjson::Document &, rapidjson::Value &) override {}
void onClose(Client *client, int failures) override;
void onJobReceived(Client *client, const Job &job) override;
void onJobReceived(Client *client, const Job &job, const rapidjson::Value &params) override;
void onLoginSuccess(Client *client) override;
void onResultAccepted(Client *client, const SubmitResult &result, const char *error) override;