Commit bdde50e0 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Commit generated file

Regenerate vcc_fixed_token.c for VRT_backend_string.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3219 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 32732694
......@@ -451,6 +451,7 @@ vcl_output_lang_h(struct vsb *sb)
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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment