]> err.no Git - varnish/commit
Separate the generic backend handling from the backend "method".
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 20 Aug 2007 11:46:26 +0000 (11:46 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 20 Aug 2007 11:46:26 +0000 (11:46 +0000)
commit569399aed4239932d75b68b80e283f8cea082937
treeda4cdc6ab142183773b8667467897ab3a4928ffc
parent6c0c154aa571bf613b80de941c12dafee18780f8
Separate the generic backend handling from the backend "method".

For now all we have is a "simple" method, but we want more complex
methods later on, round-robin, least-busy and so on.

For now, fall into the other ditch and move everything to
cache_backend_simple.c, we will move bits back as the gain generality.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1892 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_simple.c [new file with mode: 0644]
varnish-cache/bin/varnishd/cache_vrt.c