r5018 - trunk/varnish-cache/lib/libvcl

tfheen at varnish-cache.org tfheen at varnish-cache.org
Tue Jul 6 09:50:45 CEST 2010


Author: tfheen
Date: 2010-07-06 09:50:45 +0200 (Tue, 06 Jul 2010)
New Revision: 5018

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

Modified: trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c	2010-07-06 07:50:30 UTC (rev 5017)
+++ trunk/varnish-cache/lib/libvcl/vcc_fixed_token.c	2010-07-06 07:50:45 UTC (rev 5018)
@@ -160,11 +160,10 @@
 
 	/* ../../include/vcl.h */
 
-	vsb_cat(sb, "\n/*\n * $Id: vcl.h 5007 2010-07-05 09:37:53Z "
-	    "phk $\n *\n * NB:  This file is machine generated, DO NOT "
-	    "EDIT!\n *\n * Edit and run generate.py instead\n */\n"
-	    "\nstruct sess;\nstruct cli;\n\ntypedef void vcl_init_f(struct "
-	    "cli *);\ntypedef void vcl_fini_f(struct cli *);\n"
+	vsb_cat(sb, "\n/*\n * $Id$\n *\n * NB:  This file is machine "
+	    "generated, DO NOT EDIT!\n *\n * Edit and run generate.py instead"
+	    "\n */\n\nstruct sess;\nstruct cli;\n\ntypedef void vcl_init_f(st"
+	    "ruct cli *);\ntypedef void vcl_fini_f(struct cli *);\n"
 	    "typedef int vcl_func_f(struct sess *sp);\n\n/* VCL Methods "
 	    "*/\n#define VCL_MET_RECV\t\t(1U << 0)\n#define VCL_MET_PIPE\t"
 	    "\t(1U << 1)\n#define VCL_MET_PASS\t\t(1U << 2)\n#define VCL_MET_"
@@ -288,22 +287,23 @@
 	    "\nvoid VRT_panic(struct sess *sp, const char *, ...);\n"
 	    "void VRT_ban(struct sess *sp, char *, ...);\nvoid VRT_ban_string"
 	    "(struct sess *sp, const char *, ...);\nvoid VRT_purge(struct "
-	    "sess *sp, double ttl, double grace);\n\nvoid VRT_count(const "
-	    "struct sess *, unsigned);\nint VRT_rewrite(const char *, const "
-	    "char *);\nvoid VRT_error(struct sess *, unsigned, const char "
-	    "*);\nint VRT_switch_config(const char *);\n\nenum gethdr_e "
-	    "{ HDR_REQ, HDR_RESP, HDR_OBJ, HDR_BEREQ, HDR_BERESP };\n"
-	    "char *VRT_GetHdr(const struct sess *, enum gethdr_e where, "
-	    "const char *);\nvoid VRT_SetHdr(const struct sess *, enum "
-	    "gethdr_e where, const char *,\n    const char *, ...);\n"
-	    "void VRT_handling(struct sess *sp, unsigned hand);\n"
-	    "\nvoid VRT_hashdata(struct sess *sp, const char *str, ...);\n"
-	    "\n/* Simple stuff */\nint VRT_strcmp(const char *s1, const "
-	    "char *s2);\nvoid VRT_memmove(void *dst, const void *src, unsigne"
-	    "d len);\n\nvoid VRT_ESI(struct sess *sp);\nvoid VRT_Rollback(str"
-	    "uct sess *sp);\n\n/* Synthetic pages */\nvoid VRT_synth_page(str"
-	    "uct sess *sp, unsigned flags, const char *, ...);\n"
-	    "\n/* Backend related */\nvoid VRT_init_dir(struct cli *, struct "
+	    "sess *sp, double ttl, double grace);\nvoid VRT_log(struct "
+	    "sess *, const char *msg, ...);\n\nvoid VRT_count(const struct "
+	    "sess *, unsigned);\nint VRT_rewrite(const char *, const char "
+	    "*);\nvoid VRT_error(struct sess *, unsigned, const char *);\n"
+	    "int VRT_switch_config(const char *);\n\nenum gethdr_e { HDR_REQ,"
+	    " HDR_RESP, HDR_OBJ, HDR_BEREQ, HDR_BERESP };\nchar *VRT_GetHdr(c"
+	    "onst struct sess *, enum gethdr_e where, const char *);\n"
+	    "void VRT_SetHdr(const struct sess *, enum gethdr_e where, "
+	    "const char *,\n    const char *, ...);\nvoid VRT_handling(struct"
+	    " sess *sp, unsigned hand);\n\nvoid VRT_hashdata(struct sess "
+	    "*sp, const char *str, ...);\n\n/* Simple stuff */\n"
+	    "int VRT_strcmp(const char *s1, const char *s2);\n"
+	    "void VRT_memmove(void *dst, const void *src, unsigned len);\n"
+	    "\nvoid VRT_ESI(struct sess *sp);\nvoid VRT_Rollback(struct "
+	    "sess *sp);\n\n/* Synthetic pages */\nvoid VRT_synth_page(struct "
+	    "sess *sp, unsigned flags, const char *, ...);\n\n"
+	    "/* Backend related */\nvoid VRT_init_dir(struct cli *, struct "
 	    "director **, const char *name,\n    int idx, const void *priv);\n"
 	    "void VRT_fini_dir(struct cli *, struct director *);\n"
 	    "\nchar *VRT_IP_string(const struct sess *sp, const struct "




More information about the varnish-commit mailing list