From e68bc0b4530475503afb34956dfb915673af919c Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Sat, 15 Feb 2014 10:23:00 -0700 Subject: Add bucket sequence. --- bucket.go | 1 + 1 file changed, 1 insertion(+) (limited to 'bucket.go') 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. -- cgit v1.2.3