1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-12 01:42:48 -05:00
This commit is contained in:
pusheaxpopebx
2023-12-30 23:03:18 -06:00
committed by GitHub
4 changed files with 11 additions and 5 deletions

View File

@@ -107,6 +107,8 @@ private:
# ifdef XMRIG_FEATURE_BENCHMARK
uint32_t m_benchSize = 0;
# endif
std::atomic<uint64_t> m_count = {0};
};