mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-04-16 18:41:54 +00:00
Log: fixed unsafe read
This commit is contained in:
parent
abde2ef1ce
commit
a66716c0b1
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ private:
|
|||
|
||||
std::vector<char> m_buf;
|
||||
std::atomic<uint32_t> m_writePos;
|
||||
uint32_t m_readPos;
|
||||
std::atomic<uint32_t> m_readPos;
|
||||
|
||||
uv_cond_t m_cond;
|
||||
uv_mutex_t m_mutex;
|
||||
|
|
Loading…
Reference in a new issue