Commit 597bb439 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 00e14419
......@@ -445,7 +445,7 @@ func (bf *zBigFileState) PySetState(pystate interface{}) (err error) {
// - BTree path in .blktab for loaded block,
// - maximum revision of nodes in the BTree path.
//
// XXX better load into user-provided buf?
// XXX better load into user-provided buf? mem.Buf?
func (bf *ZBigFile) LoadBlk(ctx context.Context, blk int64) (_ []byte, treePath []zodb.IPersistent, pathRevMax zodb.Tid, err error) {
defer xerr.Contextf(&err, "bigfile %s: loadblk %d", bf.POid(), blk)
......
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