• Kirill Smelkov's avatar
    bigfile/file.h: C interface for defining BigFile backends · 9065e2b9
    Kirill Smelkov authored
    Users can inherit from BigFile and provide custom ->loadblk() and
    ->storeblk() to load/store file blocks from a database or some other
    storage. The system then could use such files to memory map them into
    user address space (see next patch).
    9065e2b9
file.h 2.15 KB