r3219 - trunk/varnish-cache/lib/libvcl

tfheen at projects.linpro.no tfheen at projects.linpro.no
Wed Sep 24 15:33:44 CEST 2008


Author: tfheen
Date: 2008-09-24 15:33:43 +0200 (Wed, 24 Sep 2008)
New Revision: 3219

Modified:
   trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c
Log:
Commit generated file

Regenerate vcc_fixed_token.c for VRT_backend_string.


Modified: trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c	2008-09-24 13:21:19 UTC (rev 3218)
+++ trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c	2008-09-24 13:33:43 UTC (rev 3219)
@@ -451,6 +451,7 @@
 	vsb_cat(sb, "char *VRT_IP_string(const struct sess *sp, const struct sockaddr *sa);\n");
 	vsb_cat(sb, "char *VRT_int_string(const struct sess *sp, int);\n");
 	vsb_cat(sb, "char *VRT_double_string(const struct sess *sp, double);\n");
+	vsb_cat(sb, "const char *VRT_backend_string(struct sess *sp);\n");
 	vsb_cat(sb, "\n");
 	vsb_cat(sb, "#define VRT_done(sp, hand)			\\\n");
 	vsb_cat(sb, "	do {					\\\n");




More information about the varnish-commit mailing list