Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
A channel snapshot wrapper object used in ast_multi_channel_blob objects. More...
Data Fields | |
char | role [0] |
struct ast_channel_snapshot * | snapshot |
A channel snapshot wrapper object used in ast_multi_channel_blob objects.
Definition at line 811 of file stasis_channels.c.
char role[0] |
The role assigned to the channel
Definition at line 813 of file stasis_channels.c.
Referenced by ast_multi_channel_blob_add_channel(), ast_multi_channel_blob_get_channels(), and channel_role_cmp_cb().
struct ast_channel_snapshot* snapshot |
A channel snapshot
Definition at line 812 of file stasis_channels.c.
Referenced by ast_multi_channel_blob_add_channel(), ast_multi_channel_blob_get_channel(), ast_multi_channel_blob_get_channels(), and channel_role_snapshot_dtor().