aboutsummaryrefslogtreecommitdiff
path: root/util.cpp
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2010-09-09 14:26:53 -0400
committerGavin Andresen <gavinandresen@gmail.com>2010-09-09 14:26:53 -0400
commit90e165aa0c702a7efcbfc1e452e7f82dbd8411d0 (patch)
tree4a629be51e005a33f1547eecd04e0ea88cababa2 /util.cpp
parenta2120986ff5095b55553ecb8c191b700970e61f4 (diff)
parent7629d36a530087806e80ed3c5866e8ec64319828 (diff)
downloadbitcoin-90e165aa0c702a7efcbfc1e452e7f82dbd8411d0.tar.xz
Merge remote branch 'refs/remotes/svn/trunk' into svn
Diffstat (limited to 'util.cpp')
-rw-r--r--util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.cpp b/util.cpp
index ef2e68344d..9efa20ede8 100644
--- a/util.cpp
+++ b/util.cpp
@@ -11,6 +11,7 @@ bool fDebug = false;
bool fPrintToConsole = false;
bool fPrintToDebugger = false;
char pszSetDataDir[MAX_PATH] = "";
+bool fRequestShutdown = false;
bool fShutdown = false;
bool fDaemon = false;
bool fCommandLine = false;