mirror of
https://github.com/monero-project/monero.git
synced 2025-05-08 05:55:04 -04:00
Use boost::thread instead of std::thread
and all other associated IPC
This commit is contained in:
parent
b96147030c
commit
b937a2c915
27 changed files with 107 additions and 103 deletions
|
@ -134,7 +134,7 @@ namespace cryptonote
|
|||
bool m_one_request = true;
|
||||
|
||||
// static std::ofstream m_logreq;
|
||||
std::mutex m_buffer_mutex;
|
||||
boost::mutex m_buffer_mutex;
|
||||
double get_avg_block_size();
|
||||
boost::circular_buffer<size_t> m_avg_buffer = boost::circular_buffer<size_t>(10);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue