Added SelfSelectClient stub.

This commit is contained in:
XMRig
2019-10-12 00:24:47 +07:00
parent 33c1bcd30e
commit ceaccf2b8a
17 changed files with 209 additions and 51 deletions

View File

@@ -91,7 +91,7 @@ private:
inline State state() const { return m_state; }
Client *createProxy();
IClient *createProxy();
void idle(double min, double max);
void setAlgorithms(rapidjson::Document &doc, rapidjson::Value &params);
void setJob(IClient *client, const Job &job);