diff options
author | Adam Midvidy <amidvidy@gmail.com> | 2016-01-12 10:56:32 -0500 |
---|---|---|
committer | Adam Midvidy <amidvidy@gmail.com> | 2016-01-13 13:03:41 -0500 |
commit | c125a557ccc5d452f3b31c3fd025bb07fe355468 (patch) | |
tree | c9891949daf7520ea777961bed79282ae2be21ae /src/mongo/db/service_context_d.h | |
parent | c2edffac9d7da55422e56213076fabdfbd8e7bb1 (diff) | |
download | mongo-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.h | 2 |
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; |