Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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.
While not enforced programmatically, this object is shared across multiple threads, and should be treated as an immutable object.
Definition at line 175 of file stasis_channels.h.
struct ast_channel_snapshot* new_snapshot |
The new channel snapshot
Definition at line 177 of file stasis_channels.h.
struct ast_channel_snapshot* old_snapshot |
The old channel snapshot
Definition at line 176 of file stasis_channels.h.