From 881f00984ce2692b81154d5ea3d5fb589b484c70 Mon Sep 17 00:00:00 2001 From: Michael Cahill Date: Fri, 18 Sep 2015 17:17:34 +1000 Subject: Import wiredtiger-wiredtiger-2.6.1-1119-g16e3e48.tar.gz from wiredtiger branch mongodb-3.2 --- src/third_party/wiredtiger/src/include/cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/third_party/wiredtiger/src/include/cache.h') diff --git a/src/third_party/wiredtiger/src/include/cache.h b/src/third_party/wiredtiger/src/include/cache.h index f98483a215f..f199372ea5e 100644 --- a/src/third_party/wiredtiger/src/include/cache.h +++ b/src/third_party/wiredtiger/src/include/cache.h @@ -91,7 +91,7 @@ struct __wt_cache { /* * LRU eviction list information. */ - WT_EVICT_ENTRY *evict; /* LRU pages being tracked */ + WT_EVICT_ENTRY *evict_queue; /* LRU pages being tracked */ WT_EVICT_ENTRY *evict_current; /* LRU current page to be evicted */ uint32_t evict_candidates; /* LRU list pages to evict */ uint32_t evict_entries; /* LRU entries in the queue */ -- cgit v1.2.1