Finalize config changes.
This commit is contained in:
parent
f8bf48a522
commit
dba1acd302
5 changed files with 59 additions and 22 deletions
|
@ -77,10 +77,13 @@ public:
|
|||
inline size_t index() const override { return m_index; }
|
||||
inline Type type() const override { return CPU; }
|
||||
|
||||
protected:
|
||||
# ifndef XMRIG_NO_API
|
||||
rapidjson::Value toAPI(rapidjson::Document &doc) const override;
|
||||
# endif
|
||||
|
||||
rapidjson::Value toConfig(rapidjson::Document &doc) const override;
|
||||
|
||||
private:
|
||||
const Algo m_algorithm;
|
||||
const AlgoVariant m_av;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue