summaryrefslogtreecommitdiff
path: root/src/include/wt_internal.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/wt_internal.in')
-rw-r--r--src/include/wt_internal.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/wt_internal.in b/src/include/wt_internal.in
index d05d77b7443..1263be0c9c3 100644
--- a/src/include/wt_internal.in
+++ b/src/include/wt_internal.in
@@ -30,6 +30,7 @@ struct __wt_item; typedef struct __wt_item WT_ITEM;
struct __wt_lsn; typedef struct __wt_lsn WT_LSN;
struct __wt_mtx; typedef struct __wt_mtx WT_MTX;
struct __wt_off; typedef struct __wt_off WT_OFF;
+struct __wt_off_record; typedef struct __wt_off_record WT_OFF_RECORD;
struct __wt_ovfl; typedef struct __wt_ovfl WT_OVFL;
struct __wt_page; typedef struct __wt_page WT_PAGE;
struct __wt_page_desc; typedef struct __wt_page_desc WT_PAGE_DESC;
@@ -130,8 +131,8 @@ struct __idb {
uint32_t file_id; /* In-memory file ID */
WT_FH *fh; /* Backing file handle */
- WT_REF root_page; /* Root page reference */
- WT_OFF root_off; /* Root page location */
+ WT_REF root_page; /* Root page reference */
+ WT_OFF_RECORD root_off; /* Root page location */
WT_WALK evict_walk; /* Eviction thread's walk state */