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_s * next


Detailed Description

the plugin authorization module structure.

Definition at line 144 of file lcas.c.


Field Documentation

int lcas_plugindl_s::argc
 

number of arguments

Definition at line 150 of file lcas.c.

Referenced by clean_plugin_list, PluginInit, and print_lcas_plugin.

char* lcas_plugindl_s::argv[LCAS_MAXARGS]
 

list of arguments

Definition at line 151 of file lcas.c.

Referenced by clean_plugin_list, PluginInit, and print_lcas_plugin.

void* lcas_plugindl_s::handle
 

dlopen handle to plugin module

Definition at line 146 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 152 of file lcas.c.

Referenced by clean_plugin_list, PluginInit, and print_lcas_plugin.

char lcas_plugindl_s::pluginargs[LCAS_MAXARGSTRING+1]
 

argument string

Definition at line 149 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 148 of file lcas.c.

Referenced by clean_plugin_list, PluginInit, and print_lcas_plugin.

lcas_proc_t lcas_plugindl_s::procs[MAXPROCS]
 

list of handles to interface functions of plugin

Definition at line 147 of file lcas.c.

Referenced by clean_plugin_list, PluginInit, and print_lcas_plugin.


The documentation for this struct was generated from the following file:
Generated on Mon Sep 20 15:14:15 2004 for edg-lcas by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002