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
677a71eb
Commit
677a71eb
authored
Sep 12, 2018
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release docs: director api
parent
ab34ea9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
upgrading-6.1.rst
doc/sphinx/whats-new/upgrading-6.1.rst
+12
-5
No files found.
doc/sphinx/whats-new/upgrading-6.1.rst
View file @
677a71eb
...
...
@@ -381,11 +381,18 @@ Other changes
VMOD intended for VRT ABI compatibility.
* The director API in ``vrt.h`` differs from the previous
interface:
*WIP slink*
* The director API which has changed:
interface. :ref:`ref-writing-a-director` has been updated
accordingly. In short, the most important changes include:
* ``struct director_methods`` is replaced by ``struct vdi_methods``
* signatures of various callbacks have changed
* ``VRT_AddDirector()`` and ``VRT_DelDirector()`` are to be used
for initialization and destruction.
* ``vdi_methods`` callbacks are not to be called from vmods any more
* ``VRT_Healthy()`` replaces calls to the ``healthy`` function
* The admin health is not to be manipulated by vmods any more
* director private state destruction is recommended to be
implemented via a ``destroy`` callback.
* Python 3 is now preferred in builds, and will likely be required
in future versions.
...
...
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