aboutsummaryrefslogtreecommitdiff
path: root/bucket.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-02-15 10:26:53 -0700
committerBen Johnson <benbjohnson@yahoo.com>2014-02-15 10:26:53 -0700
commita92b9c4cc9a9cee920dc4a1591716a5bda550301 (patch)
treec1747819b8499d03e4a5348b1f42d1c22b73e3f2 /bucket.go
parentMerge pull request #30 from benbjohnson/examples (diff)
parentAdd bucket sequence. (diff)
downloaddedo-a92b9c4cc9a9cee920dc4a1591716a5bda550301.tar.gz
dedo-a92b9c4cc9a9cee920dc4a1591716a5bda550301.tar.xz
Merge pull request #31 from benbjohnson/sequence
Sequence
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 414d260..9c9ee29 100644
--- a/bucket.go
+++ b/bucket.go
@@ -13,6 +13,7 @@ type Bucket struct {
// bucket represents the on-file representation of a bucket.
type bucket struct {
root pgid
+ sequence uint64
}
// Name returns the name of the bucket.