Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

lcas_plugindl_s Struct Reference

the plugin authorization module structure More...


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_snext


Detailed Description

the plugin authorization module structure

Definition at line 151 of file lcas.c.


Field Documentation

int lcas_plugindl_s::argc
 

number of arguments

Definition at line 157 of file lcas.c.

Referenced by clean_plugin_list(), lcas_term(), PluginInit(), and print_lcas_plugin().

char* lcas_plugindl_s::argv[LCAS_MAXARGS]
 

list of arguments

Definition at line 158 of file lcas.c.

Referenced by clean_plugin_list(), lcas_term(), PluginInit(), and print_lcas_plugin().

void* lcas_plugindl_s::handle
 

dlopen handle to plugin module

Definition at line 153 of file lcas.c.

Referenced by clean_plugin_list(), PluginInit(), and print_lcas_plugin().

struct lcas_plugindl_s* lcas_plugindl_s::next
 

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().

char lcas_plugindl_s::pluginargs[LCAS_MAXARGSTRING+1]
 

argument string

Definition at line 156 of file lcas.c.

Referenced by PluginInit(), and print_lcas_plugin().

char lcas_plugindl_s::pluginname[LCAS_MAXPATHLEN+1]
 

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().

lcas_proc_t lcas_plugindl_s::procs[MAXPROCS]
 

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().


The documentation for this struct was generated from the following file:
Generated on Fri May 27 18:10:49 2005 for lcas by doxygen 1.3.5