Return current algorithm in API response.

This commit is contained in:
XMRig 2019-05-01 22:07:13 +07:00
parent 378bc504fc
commit a000544fdc
6 changed files with 8 additions and 4 deletions

View file

@ -78,6 +78,7 @@ private:
void getResults(rapidjson::Value &reply, rapidjson::Document &doc) const;
# endif
Controller *m_controller;
IStrategy *m_donate;
IStrategy *m_strategy;
NetworkState m_state;