]> err.no Git - varnish/commit
Rename VBE_NewBackend() to VBE_AddBackend() and make it responsible for
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 5 Feb 2008 09:57:46 +0000 (09:57 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 5 Feb 2008 09:57:46 +0000 (09:57 +0000)
commitdfa4cf3512a5f00e6ef68255db55f46c7be8835a
treeef0be32cb8abb42d3ba05ae9e98f1519ed8d7c47
parent37ea5532452f1ceaa973b9cde82096783335e14c
Rename VBE_NewBackend() to VBE_AddBackend() and make it responsible for
the identity check for reusing backends between VCL.

Disable the round-robin code for now, I'm trying to get the random code
working first.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2429 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache.h
varnish-cache/bin/varnishd/cache_backend.c
varnish-cache/bin/varnishd/cache_backend_round_robin.c
varnish-cache/bin/varnishd/cache_backend_simple.c