summaryrefslogtreecommitdiff
path: root/server/src/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/session.h')
-rw-r--r--server/src/session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/session.h b/server/src/session.h
index 85382f5..9ad84b5 100644
--- a/server/src/session.h
+++ b/server/src/session.h
@@ -53,6 +53,7 @@ public:
std::string id();
void lock();
+ bool trylock();
void unlock();
void commit() throw(LUAScript::Exception, Journal::Exception);