Module Struct Reference

#include <module.h>

Data Fields

time_t age
char name [MAXPATH]
char * file
void * handle
int type
ModuleInfomi

Detailed Description

Module structures (Module) This holds primary module information, such as the handle, pathway, and time the module was loaded. this information is to be held true and trusted at all times, as the MODULE system is the only thing that is allowed to touch this information :)

Definition at line 217 of file module.h.


Field Documentation

time_t age

Definition at line 219 of file module.h.

Referenced by module_open().

char* file

Definition at line 222 of file module.h.

Referenced by module_free(), and module_open().

void* handle

Definition at line 224 of file module.h.

Referenced by module_close(), module_open(), and purge_modules().

Definition at line 228 of file module.h.

Referenced by module_close(), module_open(), and purge_modules().

char name[MAXPATH]

Definition at line 221 of file module.h.

Referenced by module_find(), and module_open().

int type

Definition at line 226 of file module.h.

Referenced by module_open(), and purge_modules().


The documentation for this struct was generated from the following file:
Generated on Mon Jul 19 21:53:05 2010 for Omega Security Services by  doxygen 1.6.3