mirror of
https://github.com/monero-project/monero.git
synced 2025-05-03 12:54:55 -04:00
Merge pull request #8223
17772ef
Eliminate dependence on boost::interprocess #8223 (Jeffrey)
This commit is contained in:
commit
bb093ec9a8
10 changed files with 43 additions and 50 deletions
|
@ -106,7 +106,7 @@ class connection_basic { // not-templated base class for rapid developmet of som
|
|||
std::unique_ptr< connection_basic_pimpl > mI; // my Implementation
|
||||
|
||||
// moved here from orginal connecton<> - common member variables that do not depend on template in connection<>
|
||||
volatile uint32_t m_want_close_connection;
|
||||
std::atomic<bool> m_want_close_connection;
|
||||
std::atomic<bool> m_was_shutdown;
|
||||
critical_section m_send_que_lock;
|
||||
std::deque<byte_slice> m_send_que;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue