summaryrefslogtreecommitdiff
path: root/lib/server/Daemon.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-04-22 14:25:08 +0000
committerChris Wilson <chris+github@qwirx.com>2007-04-22 14:25:08 +0000
commit35e9013d1a108a186908ef1e6ee3f26f9407c5f1 (patch)
treee4545c7e6369f4c1e067779449540f984541f8fa /lib/server/Daemon.h
parent6ecbc1c1c5eac92fce40bc931ffb953f1d7a5d1d (diff)
Add -V option, which sets maximum verbosity in one go.
Add -T option, which adds timestamps to console logs. Add -t option, which enabled and sets the tag used on console logs. Add -k option, which keeps console open after forking. (refs #3)
Diffstat (limited to 'lib/server/Daemon.h')
-rw-r--r--lib/server/Daemon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/server/Daemon.h b/lib/server/Daemon.h
index b28d752a..52bab257 100644
--- a/lib/server/Daemon.h
+++ b/lib/server/Daemon.h
@@ -77,6 +77,7 @@ private:
box_time_t mLoadedConfigModifiedTime;
bool mReloadConfigWanted;
bool mTerminateWanted;
+ bool mKeepConsoleOpenAfterFork;
static Daemon *spDaemon;
};