Main Page | Alphabetical List | Data Structures | Directories | 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]
modulenext

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 Sat Nov 25 19:10:28 2006 for Asterisk by  doxygen 1.4.2