Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:00 2007

Asterisk developer's documentation :: Codename Pineapple


ast_module Struct Reference

Collaboration diagram for ast_module:

Collaboration graph
[legend]

Detailed Description

Definition at line 88 of file loader.c.

Data Fields

unsigned int flags
const struct ast_module_infoinfo
void * lib
int usecount
module_user_list users


Field Documentation

unsigned int flags
 

Definition at line 93 of file loader.c.

const struct ast_module_info* info
 

Definition at line 89 of file loader.c.

Referenced by ast_module_helper(), ast_module_register(), ast_module_unregister(), ast_update_module_list(), inspect_module(), and load_resource().

void* lib
 

Definition at line 90 of file loader.c.

int usecount
 

Definition at line 91 of file loader.c.

Referenced by __ast_module_user_add(), __ast_module_user_hangup_all(), __ast_module_user_remove(), ast_module_ref(), ast_module_unref(), ast_unload_resource(), and ast_update_module_list().

struct module_user_list users
 

Definition at line 92 of file loader.c.

Referenced by __ast_module_user_add(), __ast_module_user_hangup_all(), __ast_module_user_remove(), ast_module_register(), and ast_module_unregister().


The documentation for this struct was generated from the following file:

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen