r4461 - trunk/varnish-cache/lib/libvcl

phk at projects.linpro.no phk at projects.linpro.no
Thu Jan 14 14:44:59 CET 2010


Author: phk
Date: 2010-01-14 14:44:58 +0100 (Thu, 14 Jan 2010)
New Revision: 4461

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_backend.c
Log:
Add the VCC magic to recognize the "client" director



Modified: trunk/varnish-cache/lib/libvcl/vcc_backend.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_backend.c	2010-01-14 13:35:56 UTC (rev 4460)
+++ trunk/varnish-cache/lib/libvcl/vcc_backend.c	2010-01-14 13:44:58 UTC (rev 4461)
@@ -778,6 +778,7 @@
 } dirlist[] = {
 	{ "hash",		vcc_ParseRandomDirector },
 	{ "random",		vcc_ParseRandomDirector },
+	{ "client",		vcc_ParseRandomDirector },
 	{ "round-robin",	vcc_ParseRoundRobinDirector },
 	{ NULL,		NULL }
 };



More information about the varnish-commit mailing list