diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-08-05 17:15:04 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-08-05 17:15:04 -0400 |
commit | 488086994cea37019dfef744c45b196a8f4a9f92 (patch) | |
tree | 0e86b85f02c771c8b2eac9cddd13598264d8ffad /stdafx.h | |
parent | 36f23c7b0dc59a01e1bcddbbf6a814bb4d89bd4d (diff) | |
download | mongo-488086994cea37019dfef744c45b196a8f4a9f92.tar.gz |
inShutdown() method so spider monkey can shutdown cleanly
Diffstat (limited to 'stdafx.h')
-rw-r--r-- | stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ namespace mongo { }; void dbexit( ExitCode returnCode, const char *whyMsg = ""); + bool inShutdown(); } // namespace mongo |