Commit f0e33f8b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a1490e33
...@@ -170,7 +170,7 @@ type ΔBtail struct { ...@@ -170,7 +170,7 @@ type ΔBtail struct {
// //
// See ΔBtail documentation for details. // See ΔBtail documentation for details.
type _ΔTtail struct { type _ΔTtail struct {
// XXX explain about snapshot mode + RCU // XXX explain about snapshot mode + RCU -> move most text to overview
// ... // ...
// XXX text from old rebuild: // XXX text from old rebuild:
// clone vδT before modifying it // clone vδT before modifying it
......
...@@ -1679,7 +1679,7 @@ func assertΔTtail(t *testing.T, subj string, δbtail *ΔBtail, tj *xbtreetest.C ...@@ -1679,7 +1679,7 @@ func assertΔTtail(t *testing.T, subj string, δbtail *ΔBtail, tj *xbtreetest.C
} }
} }
// assertTrack verifies state of .trackSet and ΔTtail.trackNew. // assertTrack verifies state of .trackSet and ΔTtail.trackNew. XXX and .ktrackNew
// it assumes that only one tree root is being tracked. // it assumes that only one tree root is being tracked.
func (δBtail *ΔBtail) assertTrack(t *testing.T, subj string, trackSetOK blib.PPTreeSubSet, trackNewOK blib.PPTreeSubSet) { func (δBtail *ΔBtail) assertTrack(t *testing.T, subj string, trackSetOK blib.PPTreeSubSet, trackNewOK blib.PPTreeSubSet) {
t.Helper() t.Helper()
......
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