summaryrefslogtreecommitdiff
path: root/src/mongo/tools/bridge.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/tools/bridge.cpp')
-rw-r--r--src/mongo/tools/bridge.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/tools/bridge.cpp b/src/mongo/tools/bridge.cpp
index a2f72bf4ac5..2d00d6f644b 100644
--- a/src/mongo/tools/bridge.cpp
+++ b/src/mongo/tools/bridge.cpp
@@ -49,6 +49,10 @@
using namespace mongo;
using namespace std;
+namespace mongo {
+bool inShutdown() { return false; }
+} // namespace mongo
+
void cleanup( int sig );
class Forwarder {