Codename Pineapple

Home page | Mailing list | Docs

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

Asterisk developer's documentation :: Codename Pineapple


ast_datastore Struct Reference

#include <channel.h>

Collaboration diagram for ast_datastore:

Collaboration graph
[legend]

Detailed Description

Structure for a channel data store.

Definition at line 192 of file channel.h.

Public Member Functions

 AST_LIST_ENTRY (ast_datastore) entry

Data Fields

void * data
const struct ast_datastore_infoinfo
char * uid


Member Function Documentation

AST_LIST_ENTRY ast_datastore   ) 
 

Used for easy linking


Field Documentation

void* data
 

Contained data

Definition at line 194 of file channel.h.

Referenced by ast_channel_datastore_free().

const struct ast_datastore_info* info
 

Data store type information

Definition at line 195 of file channel.h.

Referenced by ast_channel_datastore_alloc(), ast_channel_datastore_find(), and ast_channel_datastore_free().

char* uid
 

Unique data store identifier

Definition at line 193 of file channel.h.

Referenced by ast_channel_datastore_find(), and ast_channel_datastore_free().


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