dmlite 0.6
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
8extern boost::mutex horribleboostmtx;
9
10
11#endif
boost::mutex horribleboostmtx