]> err.no Git - varnish/commit
Make it possible to pass a filedescriptor to VCC_CompileFile() if the file
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 25 Jun 2007 20:44:06 +0000 (20:44 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 25 Jun 2007 20:44:06 +0000 (20:44 +0000)
commit1bdb0e8013f6fcd7edf9108cdac576b4ac5e746c
tree057d29564e6e68c73355814020987d197381d740
parent3277446cce0e7e83d3c1a9cc3aa9a679f336a89d
Make it possible to pass a filedescriptor to VCC_CompileFile() if the file
is already open.  The filedescriptor will be closed.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1571 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/mgt_vcc.c
varnish-cache/include/libvcl.h
varnish-cache/lib/libvcl/vcc_compile.c