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

lcas_plugindl_s Struct Reference

the plugin authorization module structure. More...

Collaboration diagram for lcas_plugindl_s:

Collaboration graph
[legend]

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]
struct lcas_plugindl_s* next

Detailed Description

the plugin authorization module structure.

For internal use only.

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.

char * lcas_plugindl_s::argv
 

list of arguments

Definition at line 151 of file lcas.c.

void * lcas_plugindl_s::handle
 

dlopen handle to plugin module

Definition at line 146 of file lcas.c.

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.

char lcas_plugindl_s::pluginargs
 

argument string

Definition at line 149 of file lcas.c.

char lcas_plugindl_s::pluginname
 

name of plugin

Definition at line 148 of file lcas.c.

lcas_proc_t lcas_plugindl_s::procs
 

list of handles to interface functions of plugin

Definition at line 147 of file lcas.c.


The documentation for this struct was generated from the following file:
Generated at Tue Sep 23 15:07:13 2003 for edg-lcas by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001