summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/cache.h
diff options
context:
space:
mode:
authorDan Pasette <dan@10gen.com>2015-02-11 09:38:54 -0500
committerDan Pasette <dan@mongodb.com>2015-02-11 10:11:58 -0500
commit7c9e31c723baf044ef35a297c6b40bfeba59174d (patch)
tree75f13445941d69458d714fd7f7c3f5310d22587f /src/third_party/wiredtiger/src/include/cache.h
parentb8784ae7e3c4264f1e64ee7d4850142aec5e1268 (diff)
downloadmongo-7c9e31c723baf044ef35a297c6b40bfeba59174d.tar.gz
Import wiredtiger-wiredtiger-mongodb-3.0-rc9-3-g1229d30.tar.gz from wiredtiger branch mongodb-3.0
Diffstat (limited to 'src/third_party/wiredtiger/src/include/cache.h')
-rw-r--r--src/third_party/wiredtiger/src/include/cache.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/third_party/wiredtiger/src/include/cache.h b/src/third_party/wiredtiger/src/include/cache.h
index 9db0729fe3c..de6faad608a 100644
--- a/src/third_party/wiredtiger/src/include/cache.h
+++ b/src/third_party/wiredtiger/src/include/cache.h
@@ -115,10 +115,9 @@ struct __wt_cache {
*/
#define WT_CACHE_POOL_MANAGER 0x01 /* The active cache pool manager */
#define WT_CACHE_POOL_RUN 0x02 /* Cache pool thread running */
-#define WT_EVICT_ACTIVE 0x04 /* Eviction server is active */
-#define WT_EVICT_CLEAR_WALKS 0x08 /* Clear eviction walks */
-#define WT_EVICT_STUCK 0x10 /* Eviction server is stuck */
-#define WT_EVICT_WOULD_BLOCK 0x20 /* Pages that would block apps */
+#define WT_EVICT_CLEAR_WALKS 0x04 /* Clear eviction walks */
+#define WT_EVICT_STUCK 0x08 /* Eviction server is stuck */
+#define WT_EVICT_WOULD_BLOCK 0x10 /* Pages that would block apps */
uint32_t flags;
};