summaryrefslogtreecommitdiff
path: root/wsd/Storage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'wsd/Storage.hpp')
-rw-r--r--wsd/Storage.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/wsd/Storage.hpp b/wsd/Storage.hpp
index d087fb174..df1b59e5e 100644
--- a/wsd/Storage.hpp
+++ b/wsd/Storage.hpp
@@ -38,6 +38,8 @@ struct LockContext
std::string _lockToken;
/// Time of last successful lock (re-)acquisition
std::chrono::steady_clock::time_point _lastLockTime;
+ /// Reason for unsuccessful locking request
+ std::string _lockFailureReason;
LockContext() : _supportsLocks(false), _isLocked(false) { }