![]() |
Home page |
Mailing list |
Docs
Collaboration diagram for ast_datastore:Asterisk developer's documentation :: Codename Pineapple
ast_datastore Struct Reference
#include <channel.h>

Definition at line 192 of file channel.h.
Public Member Functions | |
| AST_LIST_ENTRY (ast_datastore) entry | |
Data Fields | |
| void * | data |
| const struct ast_datastore_info * | info |
| char * | uid |
|
|
Used for easy linking |
|
|
Contained data Definition at line 194 of file channel.h. Referenced by ast_channel_datastore_free(). |
|
|
Data store type information Definition at line 195 of file channel.h. Referenced by ast_channel_datastore_alloc(), ast_channel_datastore_find(), and ast_channel_datastore_free(). |
|
|
Unique data store identifier Definition at line 193 of file channel.h. Referenced by ast_channel_datastore_find(), and ast_channel_datastore_free(). |