mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-07 09:52:32 +02:00
Initialize m_next_send_inv_to_incoming
This commit is contained in:
parent
f8d470e246
commit
347b4ff825
@ -441,7 +441,7 @@ private:
|
|||||||
* This takes the place of a feeler connection */
|
* This takes the place of a feeler connection */
|
||||||
std::atomic_bool m_try_another_outbound_peer;
|
std::atomic_bool m_try_another_outbound_peer;
|
||||||
|
|
||||||
std::atomic<int64_t> m_next_send_inv_to_incoming;
|
std::atomic<int64_t> m_next_send_inv_to_incoming{0};
|
||||||
|
|
||||||
friend struct CConnmanTest;
|
friend struct CConnmanTest;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user