]> err.no Git - varnish/commit
Move the code for running stuff in a sub-process out to a library
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 21 Nov 2008 09:50:22 +0000 (09:50 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 21 Nov 2008 09:50:22 +0000 (09:50 +0000)
commitdbd2cfe6e657ddcfb800e3319d21a402fcad19b4
tree318941d62a79e6c28138d63d1d1d1dbf60daba03
parente3f3803462c4ef460c37bb4fe53aaaf66c5da8a2
Move the code for running stuff in a sub-process out to a library
function, and give it the ability to limit how many lines of
output we get back from the subprocess, in order to muzzle the
C-compiler somewhat.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3413 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/mgt_vcc.c
varnish-cache/include/libvarnish.h
varnish-cache/lib/libvarnish/Makefile.am
varnish-cache/lib/libvarnish/subproc.c [new file with mode: 0644]