Commit feee2ead authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Sync with Varnish trunk

parent a17fb592
...@@ -4,8 +4,6 @@ ...@@ -4,8 +4,6 @@
#include <stdlib.h> #include <stdlib.h>
#include "cache/cache.h" #include "cache/cache.h"
#include "vrt.h"
#include "vcl.h"
#include "vtim.h" #include "vtim.h"
#include "vcc_example_if.h" #include "vcc_example_if.h"
...@@ -21,7 +19,7 @@ char *info; ...@@ -21,7 +19,7 @@ char *info;
* real-world vmod, a fixed-sized buffer should be a global variable * real-world vmod, a fixed-sized buffer should be a global variable
*/ */
int __match_proto__(vmod_event_f) int v_matchproto_(vmod_event_f)
event_function(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e) event_function(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e)
{ {
char ts[VTIM_FORMAT_SIZE]; char ts[VTIM_FORMAT_SIZE];
......
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