From f92dd279a1e26dad7507d5d6944567c23834d440 Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 27 May 2010 09:45:12 +0000 Subject: A lot of session handling. A lot of new unit tests. Add of a more structured commit/discard handling. Fix of some wierd line break bugs in journalwriter --- server/src/configuration.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/src/configuration.h') diff --git a/server/src/configuration.h b/server/src/configuration.h index d077806..8980bfd 100644 --- a/server/src/configuration.h +++ b/server/src/configuration.h @@ -66,6 +66,8 @@ namespace Conf { extern int connection_limit; extern int connection_timeout; + + extern std::string session_path; }; #endif/*__ARTEFACT_CONFIGURATION_H__*/ -- cgit v1.2.3