]> git.draconx.ca Git - liblbx.git/commit
Add lbx_mmap() to map archive members into memory.
authorNick Bowler <draconx@gmail.com>
Sun, 23 Dec 2007 23:06:44 +0000 (18:06 -0500)
committerNick Bowler <draconx@gmail.com>
Sun, 23 Dec 2007 23:06:44 +0000 (18:06 -0500)
commitd670c462599c52c9ce94fd2738f032bce7ee8115
treef4542c5715b59a9058d9f1f651e75e076fa0915a
parent00f5f0706e7552e86a28d9fd66df962e095e8576
Add lbx_mmap() to map archive members into memory.

Currently, the whole LBX archive is mapped into memory on the first call, then
offsets from that are returned.  If this proves to be problematic, it may have
to be changed.
src/lbx.c
src/lbx.h