diff options
Diffstat (limited to 'src/cstore/unionfs/cstore-unionfs.hpp')
-rw-r--r-- | src/cstore/unionfs/cstore-unionfs.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cstore/unionfs/cstore-unionfs.hpp b/src/cstore/unionfs/cstore-unionfs.hpp index c7cd2d9..1240488 100644 --- a/src/cstore/unionfs/cstore-unionfs.hpp +++ b/src/cstore/unionfs/cstore-unionfs.hpp @@ -57,6 +57,7 @@ public: bool inSession(); bool clearCommittedMarkers(); bool commitConfig(commit::PrioNode& pnode); + bool getCommitLock(); private: // constants @@ -82,6 +83,7 @@ private: static const string C_TAG_NAME; static const string C_VAL_NAME; static const string C_DEF_NAME; + static const string C_COMMIT_LOCK_FILE; /* max size for a file. * currently this includes value file and comment file. |