Use std::atomic for fRequestShutdown and fReopenDebugLog
This commit is contained in:
@@ -111,7 +111,7 @@ CClientUIInterface uiInterface; // Declared but not defined in ui_interface.h
|
||||
// shutdown thing.
|
||||
//
|
||||
|
||||
volatile sig_atomic_t fRequestShutdown = false;
|
||||
std::atomic<bool> fRequestShutdown(false);
|
||||
|
||||
void StartShutdown()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user