Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

module Struct Reference


Data Fields

int(* load_module )(void)
int(* unload_module )(void)
int(* usecount )(void)
char *(* description )(void)
char *(* key )(void)
int(* reload )(void)
void * lib
char resource [256]
module * next

Field Documentation

char*(* description)(void)
 

Referenced by ast_load_resource(), ast_module_reload(), and ast_update_module_list().

char*(* key)(void)
 

Referenced by ast_load_resource().

void* lib
 

Definition at line 54 of file loader.c.

Referenced by ast_load_resource(), and ast_unload_resource().

int(* load_module)(void)
 

Referenced by ast_load_resource().

struct module* next
 

Definition at line 56 of file loader.c.

Referenced by ast_load_resource(), ast_module_reload(), ast_unload_resource(), and ast_update_module_list().

int(* reload)(void)
 

Referenced by ast_load_resource(), and ast_module_reload().

char resource[256]
 

Definition at line 55 of file loader.c.

Referenced by ast_load_resource(), ast_module_reload(), ast_unload_resource(), and ast_update_module_list().

int(* unload_module)(void)
 

Referenced by ast_load_resource(), and ast_unload_resource().

int(* usecount)(void)
 

Referenced by ast_load_resource(), ast_unload_resource(), and ast_update_module_list().


The documentation for this struct was generated from the following file:
Generated on Thu Oct 28 11:33:08 2004 for Asterisk by doxygen1.2.15