2018-08-14 16:04:09 -04:00
|
|
|
.. _dplugins:
|
2018-07-26 12:45:10 -04:00
|
|
|
|
|
|
|
Plugins
|
|
|
|
=======
|
|
|
|
|
|
|
|
vlib implements a straightforward plug-in DLL mechanism. VLIB client
|
|
|
|
applications specify a directory to search for plug-in .DLLs, and a name
|
|
|
|
filter to apply (if desired). VLIB needs to load plug-ins very early.
|
|
|
|
|
|
|
|
Once loaded, the plug-in DLL mechanism uses dlsym to find and verify a
|
|
|
|
vlib\_plugin\_registration data structure in the newly-loaded plug-in.
|
|
|
|
|
2018-10-04 17:12:26 -04:00
|
|
|
For more on plugins please refer to :ref:`add_plugin`.
|