summaryrefslogtreecommitdiff
path: root/src/include/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/stat.h')
-rw-r--r--src/include/stat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/stat.h b/src/include/stat.h
index 53a4ce3af4a..6efb9970065 100644
--- a/src/include/stat.h
+++ b/src/include/stat.h
@@ -164,9 +164,11 @@ struct __wt_connection_stats {
WT_STATS cache_eviction_dirty;
WT_STATS cache_eviction_fail;
WT_STATS cache_eviction_force;
+ WT_STATS cache_eviction_force_delete;
WT_STATS cache_eviction_force_fail;
WT_STATS cache_eviction_hazard;
WT_STATS cache_eviction_internal;
+ WT_STATS cache_eviction_maximum_page_size;
WT_STATS cache_eviction_queue_empty;
WT_STATS cache_eviction_queue_not_empty;
WT_STATS cache_eviction_server_evicting;