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