mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 07:10:46 -08:00
Use boost::thread instead of std::thread
and all other associated IPC
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user