Commit b2c44675 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a3af5a18
......@@ -202,7 +202,7 @@ func testΔFtail(t_ *testing.T, testq chan ΔFTestEntry) {
// data built via applying changes from testv
vδf := []*ΔFile{} // (rev↑, {}blk)
//vδE := []_ΔFileEpoch{} // (rev↑, EPOCH)
//vδE := []_ΔFileEpoch{} // (rev↑, EPOCH)
var vδE []_ΔFileEpoch // FIXME change to !nil (^^^) after ΔFtail.rebuild is added
blkTab := map[int64]string{} // #blk -> ZBlk<name>
dataTab := map[string]string{} // ZBlk<name> -> data
......
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