summaryrefslogtreecommitdiff
path: root/src/mongo/util
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2017-07-12 09:42:16 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2017-07-12 09:42:16 -0400
commiteb333b92cae5e71affb0fe76cd388801afa8e79f (patch)
tree1206f09db379841a5a0c6e70cd6b40f7bd22cbc1 /src/mongo/util
parent02c46a3d4b270530335f542ad2926c50f1ba1b1f (diff)
downloadmongo-eb333b92cae5e71affb0fe76cd388801afa8e79f.tar.gz
SERVER-29947 Implement Storage Node Watchdog
Diffstat (limited to 'src/mongo/util')
-rw-r--r--src/mongo/util/exit_code.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/util/exit_code.h b/src/mongo/util/exit_code.h
index c8020684a83..b6cd33ce865 100644
--- a/src/mongo/util/exit_code.h
+++ b/src/mongo/util/exit_code.h
@@ -52,6 +52,7 @@ enum ExitCode : int {
EXIT_WINDOWS_SERVICE_STOP = 49,
EXIT_POSSIBLE_CORRUPTION =
60, // this means we detected a possible corruption situation, like a buf overflow
+ EXIT_WATCHDOG = 61, // Internal Watchdog has terminated mongod
EXIT_UNCAUGHT = 100, // top level exception that wasn't caught
EXIT_TEST = 101
};