Initial commit of Sphinx docs
Change-Id: I9fca8fb98502dffc2555f9de7f507b6f006e0e77 Signed-off-by: John DeNisco <jdenisco@cisco.com>
This commit is contained in:

committed by
Dave Barach

parent
1d65279ffe
commit
06dcd45ff8
11
docs/gettingstarted/developers/plugins.md
Normal file
11
docs/gettingstarted/developers/plugins.md
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
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.
|
||||
|
Reference in New Issue
Block a user