summaryrefslogtreecommitdiff
path: root/pch.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2010-06-03 19:28:49 -0400
committerMathias Stearn <mathias@10gen.com>2010-06-03 19:29:40 -0400
commit6a3199b14fac03f465fb88c4684947143f1dac70 (patch)
tree42980a61d4fabb66c72116065d9f7606fe48d03b /pch.h
parent7adf138b31c1f1b4b2bee82e93372ab46325ffef (diff)
downloadmongo-6a3199b14fac03f465fb88c4684947143f1dac70.tar.gz
Exit if can't bind to port SERVER-1141
Diffstat (limited to 'pch.h')
-rw-r--r--pch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pch.h b/pch.h
index 6f0b16d8726..13b0beccf11 100644
--- a/pch.h
+++ b/pch.h
@@ -107,6 +107,7 @@ namespace mongo {
EXIT_OOM_REALLOC = 43 ,
EXIT_FS = 45 ,
EXIT_CLOCK_SKEW = 47 ,
+ EXIT_NET_ERROR = 48 ,
EXIT_POSSIBLE_CORRUPTION = 60 , // this means we detected a possible corruption situation, like a buf overflow
EXIT_UNCAUGHT = 100 , // top level exception that wasn't caught
EXIT_TEST = 101 ,