]> err.no Git - varnish/commit
Add string representation of backend
authortfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 17 Sep 2008 10:04:47 +0000 (10:04 +0000)
committertfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 17 Sep 2008 10:04:47 +0000 (10:04 +0000)
commit3198c5eb4accde2145c9a3420cc217e413c2b51c
treed20f988abd26e5a8ba2cb47d9b57799fb230073d
parentce16616694afe5da1eaab3962ce6f42483b8e3ea
Add string representation of backend

This takes the name from the name assigned in the VCL.

Partially fixes #294.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3197 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache_backend.h
varnish-cache/bin/varnishd/cache_dir_random.c
varnish-cache/bin/varnishd/cache_dir_round_robin.c
varnish-cache/bin/varnishd/cache_dir_simple.c
varnish-cache/bin/varnishd/cache_vrt.c
varnish-cache/bin/varnishtest/tests/b00016.vtc [new file with mode: 0644]
varnish-cache/include/vrt.h
varnish-cache/lib/libvcl/vcc_string.c