Implemented BenchClient.

This commit is contained in:
XMRig
2020-10-24 19:43:23 +07:00
parent da62a0e65c
commit 40738116b7
9 changed files with 200 additions and 18 deletions

View File

@@ -53,6 +53,7 @@ private:
const Algorithm m_algo;
const IBackend *m_backend;
const size_t m_workers;
const String m_id;
const String m_token;
const uint64_t m_end;
const uint64_t m_hash;