summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongod_options.h
diff options
context:
space:
mode:
authorMisha Tyulenev <misha@mongodb.com>2018-01-21 15:25:24 -0500
committerMisha Tyulenev <misha@mongodb.com>2018-01-21 15:26:46 -0500
commitb251fd633d7572c0b221df3b316534596e981041 (patch)
tree52ad9e73dae57cb99f7e278a791d912c48086482 /src/mongo/db/mongod_options.h
parent42c264630fa1e7d5924c291a9eeac6522d70f31e (diff)
downloadmongo-b251fd633d7572c0b221df3b316534596e981041.tar.gz
SERVER-32569 allow config servers and shard replica sets to start in non-cluster mode
Diffstat (limited to 'src/mongo/db/mongod_options.h')
-rw-r--r--src/mongo/db/mongod_options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/mongod_options.h b/src/mongo/db/mongod_options.h
index 05bb6d8d5a5..f4b8d197526 100644
--- a/src/mongo/db/mongod_options.h
+++ b/src/mongo/db/mongod_options.h
@@ -52,6 +52,8 @@ struct MongodGlobalParams {
boost::optional<std::vector<std::string>> whitelistedClusterNetwork;
};
+extern bool skipShardingConfigurationChecks;
+
extern MongodGlobalParams mongodGlobalParams;
Status addMongodOptions(moe::OptionSection* options);