Commit 3054ccfd authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 05d120e7
...@@ -82,7 +82,7 @@ type ΔBtail struct { ...@@ -82,7 +82,7 @@ type ΔBtail struct {
δZtail *zodb.ΔTail δZtail *zodb.ΔTail
vδBroots []_ΔBroots // [] (rev↑, roots changed in this rev) vδBroots []_ΔBroots // [] (rev↑, roots changed in this rev)
vδTbyRoot map[zodb.Oid]*ΔTtail // {} root -> [] k/v change history; only for keys ∈ tracked subset XXX -> byRoot? vδTbyRoot map[zodb.Oid]*ΔTtail // {} root -> [] k/v change history; only for keys ∈ tracked subset
// set of tracked nodes as of @head state. // set of tracked nodes as of @head state.
// For this set all vδT are fully computed. // For this set all vδT are fully computed.
......
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