#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 |
unsigned int | inheritance |
char * | uid |
Definition at line 184 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 186 of file channel.h.
Referenced by ast_channel_datastore_free(), ast_channel_datastore_inherit(), ast_do_masquerade(), chanspy_ds_free(), find_speech(), setup_chanspy_ds(), smdi_msg_read(), smdi_msg_retrieve_read(), speech_create(), and try_calling().
struct ast_datastore_info* info |
Data store type information
Definition at line 187 of file channel.h.
Referenced by ast_channel_datastore_alloc(), ast_channel_datastore_find(), ast_channel_datastore_free(), ast_channel_datastore_inherit(), and ast_do_masquerade().
unsigned int inheritance |
Definition at line 188 of file channel.h.
Referenced by ast_channel_datastore_inherit(), and try_calling().
char* uid |
Unique data store identifier
Definition at line 185 of file channel.h.
Referenced by ast_channel_datastore_find(), ast_channel_datastore_free(), and ast_channel_datastore_inherit().