Data Fields | |
void * | handle |
lcmaps_proc_t | procs [MAXPROCS] |
char | pluginname [LCMAPS_MAXPATHLEN+1] |
char | pluginargs [LCMAPS_MAXARGSTRING+1] |
int | init_argc |
char * | init_argv [LCMAPS_MAXARGS] |
int | run_argc |
lcmaps_argument_t * | run_argv |
lcmaps_plugindl_s * | next |
Definition at line 103 of file lcmaps_pluginmanager.c.
|
dlopen handle to plugin module Definition at line 105 of file lcmaps_pluginmanager.c. Referenced by clean_plugin_list, PluginInit, and print_lcmaps_plugin. |
|
number of arguments for the initialization function Definition at line 109 of file lcmaps_pluginmanager.c. Referenced by clean_plugin_list, PluginInit, and print_lcmaps_plugin. |
|
list of arguments for the initialization function Definition at line 110 of file lcmaps_pluginmanager.c. Referenced by clean_plugin_list, PluginInit, and print_lcmaps_plugin. |
|
pointer to the next plugin in the plugin list Definition at line 113 of file lcmaps_pluginmanager.c. Referenced by clean_plugin_list, PluginInit, and print_lcmaps_plugin. |
|
argument string Definition at line 108 of file lcmaps_pluginmanager.c. Referenced by PluginInit, and print_lcmaps_plugin. |
|
name of plugin Definition at line 107 of file lcmaps_pluginmanager.c. Referenced by clean_plugin_list, PluginInit, and print_lcmaps_plugin. |
|
list of handles to interface functions of plugin Definition at line 106 of file lcmaps_pluginmanager.c. Referenced by clean_plugin_list, PluginInit, and print_lcmaps_plugin. |
|
number of arguments for the plugin run function (get credentials) Definition at line 111 of file lcmaps_pluginmanager.c. Referenced by PluginInit, and print_lcmaps_plugin. |
|
list of arguments for the plugin run function (get credentials) Definition at line 112 of file lcmaps_pluginmanager.c. Referenced by PluginInit, and print_lcmaps_plugin. |