Added SelfSelectClient stub.

This commit is contained in:
XMRig 2019-10-12 00:24:47 +07:00
parent 72c45d882b
commit e9d2e194f3
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);