aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/zenserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenserver/zenserver.h')
-rw-r--r--src/zenserver/zenserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenserver/zenserver.h b/src/zenserver/zenserver.h
index 995ff054f..b7c82ca28 100644
--- a/src/zenserver/zenserver.h
+++ b/src/zenserver/zenserver.h
@@ -146,7 +146,7 @@ protected:
virtual void HandleStatusRequest(HttpServerRequest& Request) override;
private:
- void InitializeSessions();
+ void InitializeSessions(bool UseInProcSessionLogging);
void InitializeSecuritySettings(const ZenServerConfig& ServerOptions);
};
class ZenServerMain