diff options
Diffstat (limited to 'rwtransaction.go')
-rw-r--r-- | rwtransaction.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rwtransaction.go b/rwtransaction.go index 4e576cd..5ec0d6e 100644 --- a/rwtransaction.go +++ b/rwtransaction.go @@ -8,6 +8,7 @@ import ( // Only one read/write transaction can be active for a DB at a time. type RWTransaction struct { Transaction + branches map[pgid]*branch leafs map[pgid]*leaf } |