summaryrefslogtreecommitdiff
path: root/lib/server/Daemon.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-06-28 19:54:45 +0000
committerChris Wilson <chris+github@qwirx.com>2007-06-28 19:54:45 +0000
commit592d1e26597202ce0eed301d61981823cd7084f9 (patch)
treeb56d8942b56e754a0ca6d1bd6bcc8f0d3d8812a7 /lib/server/Daemon.h
parente130a12a74d33d86fa61e8edaf3e3720f4f09f90 (diff)
Add a new -F option for daemons, which runs in the foreground but still
accepts multiple connections, unlike -D or SINGLEPROCESS.
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 c4c7af0d..bce6c3c1 100644
--- a/lib/server/Daemon.h
+++ b/lib/server/Daemon.h
@@ -79,6 +79,7 @@ private:
bool mReloadConfigWanted;
bool mTerminateWanted;
bool mSingleProcess;
+ bool mRunInForeground;
bool mKeepConsoleOpenAfterFork;
static Daemon *spDaemon;
};