Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
fc7b3128
Commit
fc7b3128
authored
Aug 11, 2015
by
Dridi Boukelmoune
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Introduce new documentation placeholders
parent
cff301d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
vmod.rst
doc/sphinx/reference/vmod.rst
+19
-0
No files found.
doc/sphinx/reference/vmod.rst
View file @
fc7b3128
.. _ref-vmod:
%%%%%%%%%%%%%%%%%%%%%%
VMOD - Varnish Modules
%%%%%%%%%%%%%%%%%%%%%%
...
...
@@ -99,6 +101,9 @@ For the std VMOD, the compiled vcc_if.h file looks like this::
Those are your C prototypes. Notice the ``vmod_`` prefix on the function
names and the C-types as arguments.
.. _ref-vmod-vcl-c-types:
VCL and C data types
====================
...
...
@@ -335,6 +340,20 @@ in the C-code etc, it is the VMODs own responsibility to track how
many VCLs have called init (& fini) and free this global state
when the count reaches zero.
.. _ref-vmod-event-functions:
Event functions
===============
TODO
.. _ref-vmod-objects:
VMOD Objects
============
TODO
When to lock, and when not to lock
==================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment