Asterisk - The Open Source Telephony Project
18.5.0
|
A multi channel blob data structure for multi_channel_blob stasis messages. More...
Data Fields | |
struct ast_json * | blob |
struct ao2_container * | channel_snapshots |
A multi channel blob data structure for multi_channel_blob stasis messages.
Definition at line 811 of file stasis_channels.c.
struct ast_json* blob |
A blob of JSON data
Definition at line 813 of file stasis_channels.c.
Referenced by ast_multi_channel_blob_create(), ast_multi_channel_blob_get_json(), cel_dial_cb(), and multi_channel_blob_dtor().
struct ao2_container* channel_snapshots |
A container holding the snapshots
Definition at line 812 of file stasis_channels.c.
Referenced by ast_multi_channel_blob_add_channel(), ast_multi_channel_blob_create(), ast_multi_channel_blob_get_channel(), ast_multi_channel_blob_get_channels(), and multi_channel_blob_dtor().