summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/shutdown.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2014-08-15 18:11:36 -0400
committerMathias Stearn <mathias@10gen.com>2014-08-20 13:57:04 -0400
commit4cec893ff09f7688c934c5b9a5792bf1c370974d (patch)
tree7a5209d4d9b106cbcf5bf5d890ba6ec489d3fcaa /src/mongo/db/commands/shutdown.h
parent4f379f1c6689481b74d3672effdc7cd81a5f5d9a (diff)
downloadmongo-4cec893ff09f7688c934c5b9a5792bf1c370974d.tar.gz
SERVER-14925 Shutdown command should exit cleanly
Diffstat (limited to 'src/mongo/db/commands/shutdown.h')
-rw-r--r--src/mongo/db/commands/shutdown.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/shutdown.h b/src/mongo/db/commands/shutdown.h
index b782f4c58f6..2a102971e57 100644
--- a/src/mongo/db/commands/shutdown.h
+++ b/src/mongo/db/commands/shutdown.h
@@ -56,7 +56,7 @@ namespace mongo {
BSONObjBuilder& result,
bool fromRepl);
private:
- bool shutdownHelper();
+ static bool shutdownHelper(OperationContext* txn);
};
} // namespace mongo