summaryrefslogtreecommitdiff
path: root/src/include/btmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/btmem.h')
-rw-r--r--src/include/btmem.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/btmem.h b/src/include/btmem.h
index b4ca937e7ed..84c91097a99 100644
--- a/src/include/btmem.h
+++ b/src/include/btmem.h
@@ -430,6 +430,8 @@ struct __wt_page_modify {
#define WT_PM_REC_MULTIBLOCK 2 /* Reconciliation: multiple blocks */
#define WT_PM_REC_REPLACE 3 /* Reconciliation: single block */
uint8_t rec_result; /* Reconciliation state */
+
+ uint8_t update_restored; /* Page created by restoring updates */
};
/*
@@ -619,6 +621,8 @@ struct __wt_page {
#define WT_READGEN_START_VALUE 100
#define WT_READGEN_STEP 100
uint64_t read_gen;
+ /* The evict pass generation for the page */
+ uint64_t evict_pass_gen;
size_t memory_footprint; /* Memory attached to the page */