Sun Aug 6 15:18:34 2006

Asterisk developer's documentation


Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

module Struct Reference

Collaboration diagram for module:

Collaboration graph
[legend]

Data Fields

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

Field Documentation

char*(* description)(void)
 

Referenced by __load_resource(), and ast_module_reload().

char*(* key)(void)
 

Referenced by __load_resource().

void* lib
 

Definition at line 74 of file loader.c.

Referenced by __load_resource(), and ast_unload_resource().

int(* load_module)(void)
 

Referenced by __load_resource().

struct module* next
 

Definition at line 76 of file loader.c.

Referenced by __load_resource(), ast_module_helper(), ast_module_reload(), ast_resource_exists(), and ast_unload_resource().

int(* reload)(void)
 

Referenced by __load_resource(), ast_module_helper(), and ast_module_reload().

char resource[256]
 

Definition at line 75 of file loader.c.

Referenced by __load_resource(), ast_module_helper(), ast_module_reload(), ast_resource_exists(), and ast_unload_resource().

int(* unload_module)(void)
 

Referenced by __load_resource(), and ast_unload_resource().

int(* usecount)(void)
 

Referenced by __load_resource(), and ast_unload_resource().


The documentation for this struct was generated from the following file:
Generated on Sun Aug 6 15:18:34 2006 for Asterisk - the Open Source PBX by  doxygen 1.4.2