[master] 7e56280 Forgot to add the "INSTANCE" type (for VCL "new = vmod.bla" instances)

Poul-Henning Kamp phk at FreeBSD.org
Tue Jun 7 10:59:06 CEST 2016


commit 7e56280ba77f29d29d7beb7274c1798bb6c6b642
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Jun 7 08:57:32 2016 +0000

    Forgot to add the "INSTANCE" type (for VCL "new = vmod.bla" instances)

diff --git a/include/vrt.h b/include/vrt.h
index ef679bb..4ef7dec 100644
--- a/include/vrt.h
+++ b/include/vrt.h
@@ -89,6 +89,7 @@ typedef double					VCL_DURATION;
 typedef const char *				VCL_ENUM;
 typedef const struct gethdr_s *			VCL_HEADER;
 typedef struct http *				VCL_HTTP;
+typedef void					VCL_INSTANCE;
 typedef long					VCL_INT;
 typedef const struct suckaddr *			VCL_IP;
 typedef const struct vrt_backend_probe *	VCL_PROBE;



More information about the varnish-commit mailing list