]> err.no Git - varnish/commit
Add vca_write() and vca_flush(), two functions which will attempt to
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 1 May 2006 12:45:20 +0000 (12:45 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 1 May 2006 12:45:20 +0000 (12:45 +0000)
commit0b52d7ce4aefe885f1899a99ae25b1322ed34396
treebbf37745929290860c3ffd9d71f638daf13a3005
parent491fea5995ecce13049412681cd649016b71f24b
Add vca_write() and vca_flush(), two functions which will attempt to
use writev() if possible.

vca_flush() must be called before any memory previosly given to
vca_write is overwritten, and after the last call to vca_write()

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@164 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache.h
varnish-cache/bin/varnishd/cache_acceptor.c