summaryrefslogtreecommitdiff
path: root/pch.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-08-31 10:46:05 -0400
committerEliot Horowitz <eliot@10gen.com>2010-08-31 10:46:05 -0400
commit0845e6c517c2f1a2065287252e149d7efffef13c (patch)
treeee8d437216e5b261a89e48463aac140e41af4391 /pch.h
parentaaf53bb797488f91047c04a5e07d400995ed7b2d (diff)
downloadmongo-0845e6c517c2f1a2065287252e149d7efffef13c.tar.gz
optionally have dbexit try to get a dblock
Diffstat (limited to 'pch.h')
-rw-r--r--pch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pch.h b/pch.h
index 0f977822bab..a6b4b63c0b7 100644
--- a/pch.h
+++ b/pch.h
@@ -126,7 +126,7 @@ namespace mongo {
};
- void dbexit( ExitCode returnCode, const char *whyMsg = "");
+ void dbexit( ExitCode returnCode, const char *whyMsg = "", bool tryToGetLock = false);
/**
this is here so you can't just type exit() to quit the program