mirror of
https://github.com/monero-project/monero.git
synced 2026-08-03 01:15:55 -07:00
cryptonote_protocol_handler: fix race condition
This commit is contained in:
@@ -77,6 +77,8 @@ namespace cryptonote
|
||||
int m_expect_response;
|
||||
uint64_t m_expect_height;
|
||||
size_t m_num_requested;
|
||||
epee::copyable_atomic m_new_stripe_notification{0};
|
||||
epee::copyable_atomic m_idle_peer_notification{0};
|
||||
};
|
||||
|
||||
inline std::string get_protocol_state_string(cryptonote_connection_context::state s)
|
||||
|
||||
Reference in New Issue
Block a user