]> err.no Git - varnish/commit
Make it possible to declare paramters in other source files, and move
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 25 Nov 2008 14:09:39 +0000 (14:09 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 25 Nov 2008 14:09:39 +0000 (14:09 +0000)
commit2178890b2eeb9fdb949f9e392215c536838ddc57
tree4ed4260b7f38ad1ac12d1c12e0e1ff0493dd3635
parent8cddd28fe661abd6145cdd79f972d2ba59127e8e
Make it possible to declare paramters in other source files, and move
the thread-pool related params into a new file mgt_pool.c as proof.

The paramters happen in management process context, and should therefore
not end up in cache_* files for namespace and sanity reasons.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3443 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/Makefile.am
varnish-cache/bin/varnishd/cache_pool.c
varnish-cache/bin/varnishd/mgt_param.c
varnish-cache/bin/varnishd/mgt_pool.c [new file with mode: 0644]
varnish-cache/bin/varnishd/vparam.h