Mailing List Archive

r3168 - trunk/varnish-cache/lib/libvcl
Author: tfheen
Date: 2008-09-08 11:47:08 +0200 (Mon, 08 Sep 2008)
New Revision: 3168

Modified:
trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c
Log:
Regenerate vcc_fixed_token.c

Modified: trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c 2008-09-08 07:42:25 UTC (rev 3167)
+++ trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c 2008-09-08 09:47:08 UTC (rev 3168)
@@ -492,6 +492,7 @@
vsb_cat(sb, "void VRT_l_obj_status(const struct sess *, int);\n");
vsb_cat(sb, "const char * VRT_r_obj_response(const struct sess *);\n");
vsb_cat(sb, "void VRT_l_obj_response(const struct sess *, const char *, ...);\n");
+ vsb_cat(sb, "int VRT_r_obj_hits(const struct sess *);\n");
vsb_cat(sb, "unsigned VRT_r_obj_cacheable(const struct sess *);\n");
vsb_cat(sb, "void VRT_l_obj_cacheable(const struct sess *, unsigned);\n");
vsb_cat(sb, "double VRT_r_obj_ttl(const struct sess *);\n");