#include <channel.h>
Public Member Functions | |
AST_LIST_ENTRY (ast_datastore) entry | |
Data Fields | |
void * | data |
struct ast_datastore_info * | info |
unsigned int | inheritance |
char * | uid |
Definition at line 160 of file channel.h.
AST_LIST_ENTRY | ( | ast_datastore | ) |
Number of levels this item will continue to be inherited Used for easy linking
void* data |
Contained data
Definition at line 162 of file channel.h.
Referenced by ast_channel_datastore_free(), ast_channel_datastore_inherit(), find_speech(), speech_create(), and try_calling().
struct ast_datastore_info* info [read] |
Data store type information
Definition at line 163 of file channel.h.
Referenced by ast_channel_datastore_alloc(), ast_channel_datastore_find(), ast_channel_datastore_free(), and ast_channel_datastore_inherit().
unsigned int inheritance |
Definition at line 164 of file channel.h.
Referenced by ast_channel_datastore_inherit(), and try_calling().
char* uid |
Unique data store identifier
Definition at line 161 of file channel.h.
Referenced by ast_channel_datastore_alloc(), ast_channel_datastore_find(), ast_channel_datastore_free(), and ast_channel_datastore_inherit().