Commit 735149be authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent b3163ad6
...@@ -81,9 +81,9 @@ type Δfile struct { ...@@ -81,9 +81,9 @@ type Δfile struct {
} }
// zblkInΔFtail is ΔFtail knowledge embedded into ZBlk*. // zblkInΔFtail is part of ΔFtail embedded into ZBlk*.
// //
// The data stored by zBlkBase is transient - it is _not_ included into // The data stored by zblkInΔFtail is transient - it is _not_ included into
// persistent state. // persistent state.
type zblkInΔFtail struct { type zblkInΔFtail struct {
mu sync.Mutex // used only for binding to support multiple loaders mu sync.Mutex // used only for binding to support multiple loaders
......
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