aboutsummaryrefslogtreecommitdiff
path: root/src/vmod_dict.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vmod_dict.c')
-rw-r--r--src/vmod_dict.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/vmod_dict.c b/src/vmod_dict.c
index 81f35e2..8c1e230 100644
--- a/src/vmod_dict.c
+++ b/src/vmod_dict.c
@@ -32,6 +32,14 @@
# include <vcc_if.h>
# include <cache/cache.h>
#endif
+
+#ifdef VPFX
+# define VEVENT(a) VPFX(a)
+#else
+/* For compatibility with varnish prior to 6.2 */
+# define VEVENT(a) a
+#endif
+
#include <vas.h>
struct entry
@@ -374,7 +382,7 @@ fill_table(void)
}
int
-vmod_dict_event(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e)
+VEVENT(dict_event)(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e)
{
switch (e) {
case VCL_EVENT_LOAD:

Return to:

Send suggestions and report system problems to the System administrator.