Merge #8004: signal handling: fReopenDebugLog and fRequestShutdown should be type sig_atomic_t

3262316 fReopenDebugLog and fRequestShutdown should be type sig_atomic_t (Chirag Davé)
This commit is contained in:
Wladimir J. van der Laan 2016-05-12 11:45:49 +02:00
commit 2efe38b832
No known key found for this signature in database
GPG key ID: 74810B012346C9A6
3 changed files with 7 additions and 3 deletions

View file

@ -123,7 +123,7 @@ static const char* FEE_ESTIMATES_FILENAME="fee_estimates.dat";
// shutdown thing.
//
volatile bool fRequestShutdown = false;
volatile sig_atomic_t fRequestShutdown = false;
void StartShutdown()
{