Mon Mar 12 2012 21:48:03

Asterisk developer's documentation


data_provider Struct Reference

A data container node pointing to the registered handler. More...

Collaboration diagram for data_provider:

Data Fields

struct ao2_containerchildren
 children nodes.
struct ast_data_handlerhandler
 node content handler.
struct ast_modulemodule
 Module providing this handler.
char name [0]
 Node name.
const char * registrar
 Who registered this node.

Detailed Description

A data container node pointing to the registered handler.

Definition at line 144 of file data.c.


Field Documentation

struct ast_module* module

Module providing this handler.

Definition at line 148 of file data.c.

Referenced by __ast_data_register(), and data_result_generate_node().

const char* registrar

Who registered this node.

Definition at line 152 of file data.c.

Referenced by data_provider_find(), data_provider_new(), data_provider_print_cli(), and data_provider_release_all().


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