Commit 0b072780 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 956c0012
......@@ -69,6 +69,7 @@ static void zfile_munmap(VMA *vma, BigFile *file) {
// NOTE reusing whole bigfile_ops for just .mmap* ops.
extern const bigfile_ops ZBigFile_mmap_ops;
const bigfile_ops ZBigFile_mmap_ops = {
.mmap_setup_read = zfile_mmap_setup_read,
.remmap_blk_read = zfile_remmap_blk_read,
......
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