]> mj.ucw.cz Git - libucw.git/commit
Rewrote to use pread/pwrite() and to avoid messing up with internals
authorMartin Mares <mj@ucw.cz>
Fri, 5 Jan 2001 23:22:16 +0000 (23:22 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 Jan 2001 23:22:16 +0000 (23:22 +0000)
commit535e4b8371c566d0542be2188d06a5af59bbfdb8
tree2920f837c4856634d2d4ef600d023350cd1835fb
parentc6eff95276316f6c4fe39d22c81f2bf83e3d8528
Rewrote to use pread/pwrite() and to avoid messing up with internals
of the fb-file module. It should work with file descriptors shared between
processes (no need to re-open the file after fork()) and should be also
somewhat faster.

Basic functions already work, it remains to create some utilities
and implement compression.

make obj/lib/bucket-t for a small test program.
lib/bucket.c
lib/bucket.h