aboutsummaryrefslogtreecommitdiff
path: root/transaction.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-01-12 14:59:03 -0700
committerBen Johnson <benbjohnson@yahoo.com>2014-01-12 14:59:03 -0700
commit746c287b262034e10ec65d9f99b232519a90546d (patch)
tree4c104ed92b08369eb3d31615939edcf02b6833b0 /transaction.go
parentInitial db.open. (diff)
downloaddedo-746c287b262034e10ec65d9f99b232519a90546d.tar.gz
dedo-746c287b262034e10ec65d9f99b232519a90546d.tar.xz
Add mock OS.
Diffstat (limited to 'transaction.go')
-rw-r--r--transaction.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/transaction.go b/transaction.go
index de3bd0d..4ca2d35 100644
--- a/transaction.go
+++ b/transaction.go
@@ -1467,7 +1467,7 @@ func (t *transaction) Bucket(name string, flags int) (*Bucket, error) {
return nil, nil
}
-func (t *transaction) Stat(b Bucket) *Stat {
+func (t *transaction) Stat(b Bucket) *stat {
/*
if (txn == NULL || arg == NULL || dbi >= txn->mt_numdbs)
return EINVAL;