diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-06-22 10:13:31 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@exmulti.com> | 2012-06-22 10:13:31 -0700 |
commit | d62a1947be5350ed60066ccacc7aba43bbdf48fb (patch) | |
tree | be8d16631130b297b04ebc5903048b8b900e75db /src/util.h | |
parent | cb1fcde2f4eadc82cf8a954bb290c8d5e59257dc (diff) | |
parent | d07eaba195984410522b78884ff7ff72ec2ecc78 (diff) |
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.h | 1 |
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; |