Commit fc7b3128 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Introduce new documentation placeholders

parent cff301d2
.. _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
==================================
......
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