#include <channel.h>
Collaboration diagram for ast_datastore:
Public Member Functions | |
AST_LIST_ENTRY (ast_datastore) entry | |
Data Fields | |
void * | data |
ast_datastore_info * | info |
char * | uid |
Definition at line 163 of file channel.h.
AST_LIST_ENTRY | ( | ast_datastore | ) |
Used for easy linking
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().