Data Fields | |
void * | handle |
lcas_proc_t | procs [MAXPROCS] |
char | pluginname [LCAS_MAXPATHLEN+1] |
char | pluginargs [LCAS_MAXARGSTRING+1] |
int | argc |
char * | argv [LCAS_MAXARGS] |
lcas_plugindl_s * | next |
Definition at line 151 of file lcas.c.
|
number of arguments Definition at line 157 of file lcas.c. Referenced by clean_plugin_list(), lcas_term(), PluginInit(), and print_lcas_plugin(). |
|
list of arguments Definition at line 158 of file lcas.c. Referenced by clean_plugin_list(), lcas_term(), PluginInit(), and print_lcas_plugin(). |
|
dlopen handle to plugin module Definition at line 153 of file lcas.c. Referenced by clean_plugin_list(), PluginInit(), and print_lcas_plugin(). |
|
pointer to the next plugin in the plugin list Definition at line 159 of file lcas.c. Referenced by clean_plugin_list(), lcas_get_fabric_authorization(), lcas_init_and_logfile(), lcas_term(), PluginInit(), and print_lcas_plugin(). |
|
argument string Definition at line 156 of file lcas.c. Referenced by PluginInit(), and print_lcas_plugin(). |
|
name of plugin Definition at line 155 of file lcas.c. Referenced by clean_plugin_list(), lcas_get_fabric_authorization(), lcas_init_and_logfile(), lcas_term(), PluginInit(), and print_lcas_plugin(). |
|
list of handles to interface functions of plugin Definition at line 154 of file lcas.c. Referenced by clean_plugin_list(), lcas_get_fabric_authorization(), lcas_term(), PluginInit(), and print_lcas_plugin(). |