Commit 2b8b174d authored by Federico G. Schwindt's avatar Federico G. Schwindt

Reword

parent e3aecb2b
...@@ -356,12 +356,12 @@ The per-call vmod_privs are freed before the per-vcl vmod_priv. ...@@ -356,12 +356,12 @@ The per-call vmod_privs are freed before the per-vcl vmod_priv.
Event functions Event functions
=============== ===============
VMODs can have an "event" function which is called when a VCL which imports VMODs can have an "event" function which is called when a VCL which
the VMOD is loaded, made active, or discarded. This corresponds to the imports the VMOD is loaded or discarded. This corresponds to the
``VCL_EVENT_LOAD``, and ``VCL_EVENT_DISCARD`` events, respectively. In ``VCL_EVENT_LOAD`` and ``VCL_EVENT_DISCARD`` events, respectively.
addition, this function will be called when the VCL temperature is changed to In addition, this function will be called when the VCL temperature is
cold or warm, corresponding to the ``VCL_EVENT_COLD`` and ``VCL_EVENT_WARM`` changed to cold or warm, corresponding to the ``VCL_EVENT_COLD`` and
events. ``VCL_EVENT_WARM`` events.
The first argument to the event function is a VRT context. The first argument to the event function is a VRT context.
......
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