mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-18 02:51:06 +00:00
util.cpp comment correction
This commit is contained in:
parent
04e988c6ce
commit
a2cfae8e18
@ -159,8 +159,8 @@ instance_of_cinit;
|
|||||||
// the mutex).
|
// the mutex).
|
||||||
|
|
||||||
static boost::once_flag debugPrintInitFlag = BOOST_ONCE_INIT;
|
static boost::once_flag debugPrintInitFlag = BOOST_ONCE_INIT;
|
||||||
// We use boost::call_once() to make sure these are initialized in
|
// We use boost::call_once() to make sure these are initialized
|
||||||
// in a thread-safe manner the first time it is called:
|
// in a thread-safe manner the first time called:
|
||||||
static FILE* fileout = NULL;
|
static FILE* fileout = NULL;
|
||||||
static boost::mutex* mutexDebugLog = NULL;
|
static boost::mutex* mutexDebugLog = NULL;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user