Commit 108235f0 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent dac682a1
......@@ -58,7 +58,7 @@ import (
// ZBlk is the interface that every ZBlk* block implements.
type ZBlk interface {
zodb.IPersistent
_IZBlkInΔFtail
_ZBlkInΔFtail
// loadBlkData loads from database and returns data block stored by this ZBlk.
//
......@@ -106,7 +106,7 @@ func (zb *zBlk0State) PySetState(pystate interface{}) error {
return nil
}
// loadBlkData implements _ZBlk.
// loadBlkData implements ZBlk.
func (zb *ZBlk0) loadBlkData(ctx context.Context) (_ []byte, _ zodb.Tid, err error) {
defer xerr.Contextf(&err, "ZBlk0(%s): loadBlkData", zb.POid())
......
......@@ -121,7 +121,7 @@ type ΔFile struct {
blkBoundTo() map[*BigFile]SetI64
*/
// XXX -> _IInΔFtail ?
type _IZBlkInΔFtail interface {
type _ZBlkInΔFtail interface {
// inΔFtail returns pointer to struct zblkInΔFtail embedded into this ZBlk.
//
// this structure is volatile in-RAM only and is used to track
......
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