Documented varint

This commit is contained in:
jebes 2014-09-11 10:14:05 -04:00
parent c085e9294f
commit a70bf86037
4 changed files with 82 additions and 42 deletions

View file

@ -136,8 +136,8 @@ namespace tools
/*! \breif calles m_handler */
static void handle_signal()
{
/* static std::mutex m_mutex; */
/* std::unique_lock<std::mutex> lock(m_mutex); */
static std::mutex m_mutex;
std::unique_lock<std::mutex> lock(m_mutex);
m_handler();
}