mirror of
https://github.com/monero-project/monero.git
synced 2025-08-09 01:22:20 -04:00
Documented varint
This commit is contained in:
parent
c085e9294f
commit
a70bf86037
4 changed files with 82 additions and 42 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue