Added "verbose" option.

This commit is contained in:
XMRig
2019-12-17 21:46:11 +07:00
parent f2ef200128
commit 59a3d8c530
8 changed files with 94 additions and 88 deletions

View File

@@ -82,6 +82,8 @@ protected:
private:
inline void setPrintTime(uint32_t printTime) { if (printTime <= 3600) { m_printTime = printTime; } }
void setVerbose(const rapidjson::Value &value);
};