summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2010-03-08 12:55:18 -0800
committerAaron <aaron@10gen.com>2010-03-09 10:00:18 -0800
commit447c9df927ded60e696086e98c1ca6a15b207756 (patch)
tree98b2ccc573da23b56cd8cbde729f128f15033bd2 /stdafx.h
parent063f651c6bcaa321ad2cb9bc534b724ce60aef6a (diff)
downloadmongo-447c9df927ded60e696086e98c1ca6a15b207756.tar.gz
SERVER-705 check for negative effects of large clock skews, seed last optime using oplog
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdafx.h b/stdafx.h
index 5352c5e4d58..fb7a630e2fc 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -53,6 +53,7 @@ namespace mongo {
EXIT_OOM_MALLOC = 42 ,
EXIT_OOM_REALLOC = 43 ,
EXIT_FS = 45 ,
+ EXIT_CLOCK_SKEW = 47 ,
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 ,