#include <channel.h>
Public Member Functions | |
AST_LIST_ENTRY (ast_datastore) entry | |
Data Fields | |
void * | data |
struct ast_datastore_info * | info |
char * | uid |
Definition at line 154 of file channel.h.
AST_LIST_ENTRY | ( | ast_datastore | ) |
Used for easy linking
void* data |
Contained data
Definition at line 156 of file channel.h.
Referenced by ast_channel_datastore_free(), find_speech(), and speech_create().
struct ast_datastore_info* info [read] |
Data store type information
Definition at line 157 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 155 of file channel.h.
Referenced by ast_channel_datastore_alloc(), ast_channel_datastore_find(), and ast_channel_datastore_free().