|
|
|
@ -18,6 +18,7 @@
@@ -18,6 +18,7 @@
|
|
|
|
|
#include "tinyformat.h" |
|
|
|
|
#include "utiltime.h" |
|
|
|
|
|
|
|
|
|
#include <atomic> |
|
|
|
|
#include <exception> |
|
|
|
|
#include <map> |
|
|
|
|
#include <stdint.h> |
|
|
|
@ -28,10 +29,6 @@
@@ -28,10 +29,6 @@
|
|
|
|
|
#include <boost/signals2/signal.hpp> |
|
|
|
|
#include <boost/thread/exceptions.hpp> |
|
|
|
|
|
|
|
|
|
#ifndef WIN32 |
|
|
|
|
#include <signal.h> |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
static const bool DEFAULT_LOGTIMEMICROS = false; |
|
|
|
|
static const bool DEFAULT_LOGIPS = false; |
|
|
|
|
static const bool DEFAULT_LOGTIMESTAMPS = true; |
|
|
|
@ -54,7 +51,7 @@ extern std::string strMiscWarning;
@@ -54,7 +51,7 @@ extern std::string strMiscWarning;
|
|
|
|
|
extern bool fLogTimestamps; |
|
|
|
|
extern bool fLogTimeMicros; |
|
|
|
|
extern bool fLogIPs; |
|
|
|
|
extern volatile sig_atomic_t fReopenDebugLog; |
|
|
|
|
extern std::atomic<bool> fReopenDebugLog; |
|
|
|
|
extern CTranslationInterface translationInterface; |
|
|
|
|
|
|
|
|
|
extern const char * const BITCOIN_CONF_FILENAME; |
|
|
|
|