Commit e058d956 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Regenerate, and take the huge-diff hit for the last time.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3340 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 45b52c1d
...@@ -14,15 +14,15 @@ typedef void vcl_fini_f(struct cli *); ...@@ -14,15 +14,15 @@ typedef void vcl_fini_f(struct cli *);
typedef int vcl_func_f(struct sess *sp); typedef int vcl_func_f(struct sess *sp);
struct VCL_conf { struct VCL_conf {
unsigned magic; unsigned magic;
#define VCL_CONF_MAGIC 0x7406c509 /* from /dev/random */ #define VCL_CONF_MAGIC 0x7406c509 /* from /dev/random */
struct director **director; struct director **director;
unsigned ndirector; unsigned ndirector;
struct vrt_ref *ref; struct vrt_ref *ref;
unsigned nref; unsigned nref;
unsigned busy; unsigned busy;
unsigned discard; unsigned discard;
unsigned nsrc; unsigned nsrc;
const char **srcname; const char **srcname;
...@@ -30,8 +30,8 @@ struct VCL_conf { ...@@ -30,8 +30,8 @@ struct VCL_conf {
unsigned nhashcount; unsigned nhashcount;
vcl_init_f *init_func; vcl_init_f *init_func;
vcl_fini_f *fini_func; vcl_fini_f *fini_func;
vcl_func_f *recv_func; vcl_func_f *recv_func;
vcl_func_f *pipe_func; vcl_func_f *pipe_func;
......
This diff is collapsed.
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