Added BenchConfig class.

This commit is contained in:
XMRig
2020-10-22 17:33:41 +07:00
parent 0de8c45e6b
commit 9415fb14fd
19 changed files with 321 additions and 127 deletions

View File

@@ -85,6 +85,10 @@ private:
int m_retryPause = 5;
ProxyDonate m_proxyDonate = PROXY_DONATE_AUTO;
std::vector<Pool> m_data;
# ifdef XMRIG_FEATURE_BENCHMARK
std::shared_ptr<BenchConfig> m_benchmark;
# endif
};