Mon May 14 04:54:16 2007

Asterisk developer's documentation


ast_datastore Struct Reference

Structure for a channel data store. More...

#include <channel.h>

Collaboration diagram for ast_datastore:

Collaboration graph
[legend]

Public Member Functions

 AST_LIST_ENTRY (ast_datastore) entry

Data Fields

void * data
ast_datastore_infoinfo
char * uid

Detailed Description

Structure for a channel data store.

Definition at line 163 of file channel.h.


Member Function Documentation

AST_LIST_ENTRY ( ast_datastore   ) 

Used for easy linking


Field Documentation

void* data

Contained data

Definition at line 165 of file channel.h.

Referenced by ast_channel_datastore_free(), find_speech(), and speech_create().

struct ast_datastore_info* info

Data store type information

Definition at line 166 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 164 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:
Generated on Mon May 14 04:54:16 2007 for Asterisk - the Open Source PBX by  doxygen 1.5.1