Commit 335063c9 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 049bcc6d
...@@ -24,8 +24,7 @@ ...@@ -24,8 +24,7 @@
/* _bigfile organization /* _bigfile organization
* *
* NOTE on refcounting: who holds who * NOTE on refcounting - who holds who:
*
* *
* vma -> fileh -> file * vma -> fileh -> file
* ^ | * ^ |
......
...@@ -91,8 +91,8 @@ struct PyBigFileH { ...@@ -91,8 +91,8 @@ struct PyBigFileH {
BigFileH fileh; BigFileH fileh;
/* if subclass, in addition to .loadblk/.storeblk, defines .mmapper XXX ... */ /* if subclass, in addition to .loadblk/.storeblk, defines .blkmmapper XXX ... */
PyObject *pymmapper; // python object returned by .mmaper() that is holding virtmem_mapper pycapsule PyObject *pymmapper; // python object returned by .blkmmapper() that is holding virtmem_mapper pycapsule
//virt_mapper *virt_mmap_ops; // XXX ok? //virt_mapper *virt_mmap_ops; // XXX ok?
}; };
typedef struct PyBigFileH PyBigFileH; typedef struct PyBigFileH PyBigFileH;
......
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