summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/service_context.h')
-rw-r--r--src/mongo/db/service_context.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mongo/db/service_context.h b/src/mongo/db/service_context.h
index 55b0545171e..013cc87a2fa 100644
--- a/src/mongo/db/service_context.h
+++ b/src/mongo/db/service_context.h
@@ -533,11 +533,6 @@ private:
stdx::mutex _mutex;
/**
- * The storage engine, if any.
- */
- std::unique_ptr<StorageEngine> _storageEngine;
-
- /**
* The periodic runner.
*/
std::unique_ptr<PeriodicRunner> _runner;
@@ -558,6 +553,11 @@ private:
std::unique_ptr<transport::ServiceExecutor> _serviceExecutor;
/**
+ * The storage engine, if any.
+ */
+ std::unique_ptr<StorageEngine> _storageEngine;
+
+ /**
* Vector of registered observers.
*/
std::vector<ClientObserverHolder> _clientObservers;