Commit a619b800 authored by Geoff Simmons's avatar Geoff Simmons

Changed auto-naming for the event function.

parent 99263381
...@@ -101,7 +101,7 @@ VSLIST_HEAD(vsc_head, vsc_entry); ...@@ -101,7 +101,7 @@ VSLIST_HEAD(vsc_head, vsc_entry);
/* Event function */ /* Event function */
int 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)
{ {
struct vsc_head *vsc_head; struct vsc_head *vsc_head;
struct vsc_entry *vsc_entry; struct vsc_entry *vsc_entry;
......
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