Asterisk - The Open Source Telephony Project
18.5.0
|
Structure representing a change of snapshot of channel state. More...
#include <stasis_channels.h>
Data Fields | |
struct ast_channel_snapshot * | new_snapshot |
struct ast_channel_snapshot * | old_snapshot |
Structure representing a change of snapshot of channel state.
Definition at line 173 of file stasis_channels.h.
struct ast_channel_snapshot* new_snapshot |
The new channel snapshot
Definition at line 175 of file stasis_channels.h.
Referenced by ast_channel_publish_snapshot(), cel_snapshot_update_cb(), channel_snapshot_update(), channel_snapshot_update_create(), channel_snapshot_update_dtor(), endpoint_cache_clear(), handle_channel_snapshot_update_message(), sub_channel_update_handler(), and updates().
struct ast_channel_snapshot* old_snapshot |
The old channel snapshot
Definition at line 174 of file stasis_channels.h.
Referenced by ast_channel_publish_final_snapshot(), ast_channel_publish_snapshot(), cel_snapshot_update_cb(), channel_snapshot_update(), channel_snapshot_update_create(), channel_snapshot_update_dtor(), handle_channel_snapshot_update_message(), sub_channel_update_handler(), and updates().