summaryrefslogtreecommitdiffstats
path: root/src/Root.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Root.h')
-rw-r--r--src/Root.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Root.h b/src/Root.h
index fdaf444bd..2f9d1eb2c 100644
--- a/src/Root.h
+++ b/src/Root.h
@@ -46,6 +46,8 @@ public:
// tolua_end
static bool m_TerminateEventRaised;
+ static bool m_RunAsService;
+ static bool m_ShouldStop;
cRoot(void);
@@ -197,7 +199,6 @@ private:
cHTTPServer m_HTTPServer;
- bool m_bStop;
bool m_bRestart;
void LoadGlobalSettings();