diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-02-23 22:01:39 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-02-23 22:01:39 +0000 |
commit | 30158c77e99a099cbdd556bacbac18b431c3870c (patch) | |
tree | 60f2b388dc78f0e25ce873a8ea4487393711b18e /util.h | |
parent | ee618d7540107aef543a0b252509b3005a15409c (diff) |
run as daemon without GUI,
hooked wxApp::Initialize to ignore gtk-init-check failure if no GUI,
fork to daemonize,
rpc getinfo, getconnectioncount, getbalance, getgenerate, setgenerate,
-- version 0.2.6
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -121,6 +121,7 @@ extern bool fPrintToDebugger; extern char pszSetDataDir[MAX_PATH];
extern bool fShutdown;
extern bool fDaemon;
+extern bool fCommandLine;
void RandAddSeed();
void RandAddSeedPerfmon();
|