aboutsummaryrefslogtreecommitdiff
path: root/bucket.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-01-17 15:23:39 -0700
committerBen Johnson <benbjohnson@yahoo.com>2014-01-17 15:23:39 -0700
commit153372abd4adbcdb0a8be7eecddcfe5b5c885d9f (patch)
treec4bb425337b467a9f6d06206f03c0101403c8a43 /bucket.go
parentAdd system buckets. (diff)
downloaddedo-153372abd4adbcdb0a8be7eecddcfe5b5c885d9f.tar.gz
dedo-153372abd4adbcdb0a8be7eecddcfe5b5c885d9f.tar.xz
Refactoring to RWCursor, RWTxn, and branch/leaf nodes and pages.
Diffstat (limited to 'bucket.go')
-rw-r--r--bucket.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/bucket.go b/bucket.go
index ece92b5..f42db47 100644
--- a/bucket.go
+++ b/bucket.go
@@ -29,3 +29,4 @@ type bucket struct {
entries uint64
root pgno
}
+