aboutsummaryrefslogtreecommitdiff
path: root/cursor.go
diff options
context:
space:
mode:
Diffstat (limited to 'cursor.go')
-rw-r--r--cursor.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/cursor.go b/cursor.go
index 2bf8318..9faf5bc 100644
--- a/cursor.go
+++ b/cursor.go
@@ -46,6 +46,13 @@ type cursor struct {
ki []int /**< stack of page indices */
}
+type xcursor struct {
+ cursor cursor
+ bucket *bucket
+ bucketx *bucketx
+ bucketFlag int
+}
+
// Set or clear P_KEEP in dirty, non-overflow, non-sub pages watched by txn.
// @param[in] mc A cursor handle for the current operation.
// @param[in] pflags Flags of the pages to update: