summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-08-05 17:15:04 -0400
committerEliot Horowitz <eliot@10gen.com>2009-08-05 17:15:04 -0400
commit488086994cea37019dfef744c45b196a8f4a9f92 (patch)
tree0e86b85f02c771c8b2eac9cddd13598264d8ffad /stdafx.h
parent36f23c7b0dc59a01e1bcddbbf6a814bb4d89bd4d (diff)
downloadmongo-488086994cea37019dfef744c45b196a8f4a9f92.tar.gz
inShutdown() method so spider monkey can shutdown cleanly
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdafx.h b/stdafx.h
index 1cbc1c8e43f..4fa02f0a43e 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -54,6 +54,7 @@ namespace mongo {
};
void dbexit( ExitCode returnCode, const char *whyMsg = "");
+ bool inShutdown();
} // namespace mongo