Commit 3e08d60e authored by Nils Goroll's avatar Nils Goroll

Adjust to new event function default name in varnish-cache master

Ref d8ae26b5a0b4a1102360a61a145e4730e52d68bc
parent 219a30ac
......@@ -225,7 +225,7 @@ rewritef(VRT_CTX, vre2 * restrict vre2, const rewrite_e mode, VCL_STRING text,
/* Event function */
int
event(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e)
vmod_event(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e)
{
(void) ctx;
(void) priv;
......
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