dmlite
0.6
src
utils
HorribleMutex.h
Go to the documentation of this file.
1
#ifndef HorribleMutex_HH
2
#define HorribleMutex_HH
3
4
#include <boost/thread.hpp>
5
6
// This is a horrible workaround in order to have a global mutex that serializes
7
// certain questionable boost functions, e.g. read_json
8
extern
boost::mutex
horribleboostmtx
;
9
10
11
#endif
horribleboostmtx
boost::mutex horribleboostmtx
Generated on Sun Jun 26 2022 19:56:23 for dmlite by
1.8.14