Commit dedcb356 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 65efa305
...@@ -48,7 +48,11 @@ type ΔBTail struct { ...@@ -48,7 +48,11 @@ type ΔBTail struct {
// XXX objects in path must be with .PJar().At() == .head // XXX objects in path must be with .PJar().At() == .head
// XXX path -> []oid ? // XXX path -> []oid ?
func (δb *ΔBTail) Track(path []zodb.IPersistent) { // XXX Tree|Bucket; path[0] = root func (δb *ΔBTail) Track(path []zodb.IPersistent) { // XXX Tree|Bucket; path[0] = root
// XXX /*
root = path[0]
for obj in path:
.rootIdx[obj] += root
*/
} }
// Update updates δB with per-object level ZODB changes. // Update updates δB with per-object level ZODB changes.
......
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