summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_context_d.h
diff options
context:
space:
mode:
authorAdam Midvidy <amidvidy@gmail.com>2016-01-12 10:56:32 -0500
committerAdam Midvidy <amidvidy@gmail.com>2016-01-13 13:03:41 -0500
commitc125a557ccc5d452f3b31c3fd025bb07fe355468 (patch)
treec9891949daf7520ea777961bed79282ae2be21ae /src/mongo/db/service_context_d.h
parentc2edffac9d7da55422e56213076fabdfbd8e7bb1 (diff)
downloadmongo-c125a557ccc5d452f3b31c3fd025bb07fe355468.tar.gz
SERVER-21197 check for existence of lock file prior to opening sockets
Diffstat (limited to 'src/mongo/db/service_context_d.h')
-rw-r--r--src/mongo/db/service_context_d.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/service_context_d.h b/src/mongo/db/service_context_d.h
index dc834197e9e..ce806a80240 100644
--- a/src/mongo/db/service_context_d.h
+++ b/src/mongo/db/service_context_d.h
@@ -48,6 +48,8 @@ public:
StorageEngine* getGlobalStorageEngine() override;
+ void createLockFile();
+
void initializeGlobalStorageEngine() override;
void shutdownGlobalStorageEngineCleanly() override;