Merge pull request #917 from mndrix/reopen-log-file

Reopen log file on SIGHUP
This commit is contained in:
Pieter Wuille
2012-05-21 10:04:26 -07:00
3 changed files with 24 additions and 1 deletions

View File

@@ -116,6 +116,7 @@ extern std::string strMiscWarning;
extern bool fTestNet;
extern bool fNoListen;
extern bool fLogTimestamps;
extern bool fReopenDebugLog;
void RandAddSeed();
void RandAddSeedPerfmon();