Commit ae23c2c3 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d347a67f
......@@ -667,7 +667,6 @@ class ZBigFile(LivePersistent):
wc = wcfs.join(zurl, shared=True)
wconn = wc.connect(p_jar.at())
wcfileh = wconn.open(self._p_oid)
#wcfileh_mmap = lambda blk_start, blk_len: wconn.mmap(self._p_oid, blk_start, blk_len)
fileh = _ZBigFileH(self, wcfileh)
self._v_filehset.add(fileh)
......@@ -755,7 +754,7 @@ Connection.open = Connection_open
@implementer(ISynchronizer)
class _ZBigFileH(object):
# .zfile ZBigFile we were opened for
# .wcfileh handle for ZBigFile in wcfs | None
# .wcfileh handle for ZBigFile@zconn.at view in wcfs | None
# .zfileh handle for ZBigFile in virtmem (overlayed over .wcfileh if .wcfileh != ø)
def __init__(self, zfile, wcfileh):
......
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