|
Omega Security Services 0.7.3
|
#include <module.h>
Data Fields | |
| time_t | age |
| char | name [MAXPATH] |
| char * | file |
| void * | handle |
| int | type |
| ModuleInfo * | mi |
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 :)
| time_t age |
Definition at line 232 of file module.h.
Referenced by module_open().
| char* file |
Definition at line 235 of file module.h.
Referenced by module_free(), and module_open().
| void* handle |
Definition at line 237 of file module.h.
Referenced by module_close(), module_open(), and purge_modules().
Definition at line 241 of file module.h.
Referenced by module_close(), module_open(), and purge_modules().
| char name[MAXPATH] |
Definition at line 234 of file module.h.
Referenced by module_find(), and module_open().
| int type |
Definition at line 239 of file module.h.
Referenced by module_open(), and purge_modules().