aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@exmulti.com>2012-06-22 10:13:31 -0700
committerJeff Garzik <jgarzik@exmulti.com>2012-06-22 10:13:31 -0700
commitd62a1947be5350ed60066ccacc7aba43bbdf48fb (patch)
treebe8d16631130b297b04ebc5903048b8b900e75db /src/util.h
parentcb1fcde2f4eadc82cf8a954bb290c8d5e59257dc (diff)
parentd07eaba195984410522b78884ff7ff72ec2ecc78 (diff)
downloadbitcoin-d62a1947be5350ed60066ccacc7aba43bbdf48fb.tar.xz
Merge pull request #1458 from jgarzik/tracenet
Introduce -tracenet option, thereby quieting some redundant debug messages
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index c9b2b2f17c..21bec68ae0 100644
--- a/src/util.h
+++ b/src/util.h
@@ -105,6 +105,7 @@ inline void Sleep(int64 n)
extern std::map<std::string, std::string> mapArgs;
extern std::map<std::string, std::vector<std::string> > mapMultiArgs;
extern bool fDebug;
+extern bool fDebugNet;
extern bool fPrintToConsole;
extern bool fPrintToDebugger;
extern bool fRequestShutdown;