diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-08-31 10:46:05 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-08-31 10:46:05 -0400 |
commit | 0845e6c517c2f1a2065287252e149d7efffef13c (patch) | |
tree | ee8d437216e5b261a89e48463aac140e41af4391 /pch.h | |
parent | aaf53bb797488f91047c04a5e07d400995ed7b2d (diff) | |
download | mongo-0845e6c517c2f1a2065287252e149d7efffef13c.tar.gz |
optionally have dbexit try to get a dblock
Diffstat (limited to 'pch.h')
-rw-r--r-- | pch.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |