mirror of
https://github.com/xmrig/xmrig.git
synced 2024-10-30 04:57:39 +00:00
Worker: specify default value
This commit is contained in:
parent
1fdc8631e3
commit
17795e3d7b
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ protected:
|
|||
const size_t m_id;
|
||||
uint64_t m_hashCount[2] = {};
|
||||
uint64_t m_timestamp[2] = {};
|
||||
std::atomic<uint32_t> m_index;
|
||||
std::atomic<uint32_t> m_index = {};
|
||||
uint32_t m_node = 0;
|
||||
uint64_t m_count = 0;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue