[master] 3b9e09f Expose VCL_STEVEDORE to the world

Federico G. Schwindt fgsch at lodoss.net
Fri Oct 14 09:04:05 CEST 2016


commit 3b9e09fcba89caffea0d93f7f45eace1f54e4d69
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Fri Oct 14 07:50:30 2016 +0100

    Expose VCL_STEVEDORE to the world

diff --git a/doc/sphinx/reference/vmod.rst b/doc/sphinx/reference/vmod.rst
index 406c0f3..910d613 100644
--- a/doc/sphinx/reference/vmod.rst
+++ b/doc/sphinx/reference/vmod.rst
@@ -266,6 +266,11 @@ STRING
 	by using storage allocated from the client or backend
 	workspaces.
 
+STEVEDORE
+	C-type: ``const struct stevedore *``
+
+	A storage backend.
+
 STRING_LIST
 	C-type: ``const char *, ...``
 
diff --git a/lib/libvcc/vmodtool.py b/lib/libvcc/vmodtool.py
index 944df58..60415f2 100755
--- a/lib/libvcc/vmodtool.py
+++ b/lib/libvcc/vmodtool.py
@@ -68,6 +68,7 @@ ctypes = {
 	'PRIV_TOP':	"struct vmod_priv *",
 	'PROBE':	"VCL_PROBE",
 	'REAL':		"VCL_REAL",
+	'STEVEDORE':	"VCL_STEVEDORE",
 	'STRING':	"VCL_STRING",
 	'STRING_LIST':	"const char *, ...",
 	'TIME':		"VCL_TIME",



More information about the varnish-commit mailing list