aboutsummaryrefslogtreecommitdiff
path: root/xcursor.go
diff options
context:
space:
mode:
Diffstat (limited to 'xcursor.go')
-rw-r--r--xcursor.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/xcursor.go b/xcursor.go
new file mode 100644
index 0000000..fa0e915
--- /dev/null
+++ b/xcursor.go
@@ -0,0 +1,8 @@
+package bolt
+
+type xcursor struct {
+ cursor cursor
+ bucket *bucket
+ bucketx *bucketx
+ bucketFlag int
+}