summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine_lock_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/storage_engine_lock_file.h')
-rw-r--r--src/mongo/db/storage/storage_engine_lock_file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/storage/storage_engine_lock_file.h b/src/mongo/db/storage/storage_engine_lock_file.h
index 603a83adfaa..bea803a1b95 100644
--- a/src/mongo/db/storage/storage_engine_lock_file.h
+++ b/src/mongo/db/storage/storage_engine_lock_file.h
@@ -97,6 +97,8 @@ public:
void clearPidAndUnlock();
private:
+ std::string _getNonExistentPathMessage() const;
+
std::string _dbpath;
std::string _filespec;
bool _uncleanShutdown;