Use boost::thread instead of std::thread

std::thread crashes on (at least) ARMv6 g++ 4.8/4.9
This commit is contained in:
Howard Chu
2016-02-18 21:30:10 +00:00
parent 1889c0e81c
commit 7c86c5997d
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ namespace nodetool
bool m_offline;
std::atomic<bool> m_save_graph;
std::atomic<bool> is_closing;
std::unique_ptr<std::thread> mPeersLoggerThread;
std::unique_ptr<boost::thread> mPeersLoggerThread;
//critical_section m_connections_lock;
//connections_indexed_container m_connections;