Commit 539ec405 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d31224c3
...@@ -69,9 +69,9 @@ import ( ...@@ -69,9 +69,9 @@ import (
// //
// See also zodb.ΔTail // See also zodb.ΔTail
type ΔFtail struct { type ΔFtail struct {
// ΔFtail merges btree.ΔTail with history of ZBlk // ΔFtail merges ΔBtail with history of ZBlk
δBtail *ΔBtail δBtail *ΔBtail
fileIdx map[zodb.Oid]SetBigFile // tree-root -> {} BigFile XXX as of @head? fileIdx map[zodb.Oid]SetBigFile // tree-root -> {} BigFile as of @head
// data with δF changes. Actual for part of tracked set that was taken // data with δF changes. Actual for part of tracked set that was taken
// into account. // into account.
......
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