blob: ba3a24463065039aac281d067d83e3adb103096a [file] [log] [blame] [view]
John DeNisco06dcd452018-07-26 12:45:10 -04001
2Plugins
3=======
4
5vlib implements a straightforward plug-in DLL mechanism. VLIB client
6applications specify a directory to search for plug-in .DLLs, and a name
7filter to apply (if desired). VLIB needs to load plug-ins very early.
8
9Once loaded, the plug-in DLL mechanism uses dlsym to find and verify a
10vlib\_plugin\_registration data structure in the newly-loaded plug-in.
11