Commit be655e7f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e88afbd4
...@@ -109,8 +109,8 @@ type ΔB struct { ...@@ -109,8 +109,8 @@ type ΔB struct {
// ΔRoots describes which BTrees were change in one revision. // ΔRoots describes which BTrees were change in one revision.
type ΔRoots struct { type ΔRoots struct {
Rev zodb.Tid Rev zodb.Tid
Changev []*Tree // root XXX -> Oid? XXX -> SetTree? Roots []*Tree // root XXX -> Oid? XXX -> SetTree?
} }
// ΔTreeTail represent tail of revisional changes to one BTree. // ΔTreeTail represent tail of revisional changes to one BTree.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment