diff options
| author | Pieter Wuille <[email protected]> | 2012-05-21 10:04:26 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-05-21 10:04:26 -0700 |
| commit | 63407fd6e29b29ee56c572d4c6789c3f305990fc (patch) | |
| tree | 01b23cb06beddaf4fd8e0ba62a2cccef318b5b1f /src/util.h | |
| parent | Merge pull request #1329 from laanwj/2012_05_addrremovewhitespace (diff) | |
| parent | Reopen debug.log on SIGHUP (diff) | |
| download | discoin-63407fd6e29b29ee56c572d4c6789c3f305990fc.tar.xz discoin-63407fd6e29b29ee56c572d4c6789c3f305990fc.zip | |
Merge pull request #917 from mndrix/reopen-log-file
Reopen log file on SIGHUP
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index fde695d12..47065d842 100644 --- a/src/util.h +++ b/src/util.h @@ -116,6 +116,7 @@ extern std::string strMiscWarning; extern bool fTestNet; extern bool fNoListen; extern bool fLogTimestamps; +extern bool fReopenDebugLog; void RandAddSeed(); void RandAddSeedPerfmon(); |