]> err.no Git - varnish/commit
Split the backend code into two files, the probe code will make it
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 8 Jul 2008 10:09:03 +0000 (10:09 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 8 Jul 2008 10:09:03 +0000 (10:09 +0000)
commitc2f66e14f95cdc0c91b2cd36a75b8ac11169afd9
tree5576b7a8218e406d162dca3e14808ed705e3d901
parent09cf3ff3c46f5026d56c89b0deb55640df9c515d
Split the backend code into two files, the probe code will make it
more complicated than a single file can carry.

cache_backend_cfg.c now contains the configuration and selection of
backends and directors.

cache_backend.c contains the connection and request management against
backends.

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