Asterisk - The Open Source Telephony Project
21.4.1
|
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 174 of file stasis_channels.h.
struct ast_channel_snapshot* new_snapshot |
The new channel snapshot
Definition at line 176 of file stasis_channels.h.
Referenced by ast_channel_publish_snapshot(), endpoint_cache_clear(), and handle_channel_snapshot_update_message().
struct ast_channel_snapshot* old_snapshot |
The old channel snapshot
Definition at line 175 of file stasis_channels.h.
Referenced by ast_channel_publish_snapshot(), and handle_channel_snapshot_update_message().