]> mj.ucw.cz Git - libucw.git/commit
Fastbufs are not tied to resources automatically any longer
authorMartin Mares <mj@ucw.cz>
Tue, 19 Apr 2011 12:46:26 +0000 (14:46 +0200)
committerMartin Mares <mj@ucw.cz>
Tue, 19 Apr 2011 12:46:26 +0000 (14:46 +0200)
commit92c1eac70f981f73950853ecedf556d2a9addf8a
tree468bd5995fb68b476e4064dd92363929d578c02a
parent0f88062c8973258611a8cba9a0e9668d1c688030
Fastbufs are not tied to resources automatically any longer

Explicit tying by fb_tie() should be used instead.
ucw/doc/fastbuf.txt
ucw/fastbuf.c
ucw/fastbuf.h
ucw/fb-atomic.c
ucw/fb-direct.c
ucw/fb-file.c
ucw/fb-grow.c
ucw/fb-limfd.c
ucw/fb-mem.c
ucw/fb-mmap.c
ucw/fb-socket.c