diff options
author | Mathias Stearn <mathias@10gen.com> | 2010-06-03 19:28:49 -0400 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2010-06-03 19:29:40 -0400 |
commit | 6a3199b14fac03f465fb88c4684947143f1dac70 (patch) | |
tree | 42980a61d4fabb66c72116065d9f7606fe48d03b /pch.h | |
parent | 7adf138b31c1f1b4b2bee82e93372ab46325ffef (diff) | |
download | mongo-6a3199b14fac03f465fb88c4684947143f1dac70.tar.gz |
Exit if can't bind to port SERVER-1141
Diffstat (limited to 'pch.h')
-rw-r--r-- | pch.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 , |