1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-07-05 16:12:40 -04:00

Added results statistics to API.

This commit is contained in:
XMRig
2017-09-01 08:02:56 +03:00
parent 1651b041de
commit 9e9cddedc5
21 changed files with 265 additions and 57 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ protected:
void onClose(Client *client, int failures) override;
void onJobReceived(Client *client, const Job &job) override;
void onLoginSuccess(Client *client) override;
void onResultAccepted(Client *client, int64_t seq, uint32_t diff, uint64_t ms, const char *error) override;
void onResultAccepted(Client *client, const SubmitResult &result, const char *error) override;
private:
void idle();