Asterisk - The Open Source Telephony Project
18.5.0
|
Holds details about changes to subscriptions for the specified topic. More...
#include <stasis.h>
Data Fields | |
char | description [0] |
struct stasis_topic * | topic |
char * | uniqueid |
Holds details about changes to subscriptions for the specified topic.
char description[0] |
The description of the change to the subscription associated with the uniqueid
Definition at line 895 of file stasis.h.
Referenced by AST_TEST_DEFINE(), caching_topic_exec(), dump_consumer(), is_msg(), Parameter::load(), Api::load(), Property::load(), Model::load(), ResourceApi::load(), send_msg(), stasis_subscription_final_message(), and subscription_change_alloc().
struct stasis_topic* topic |
The topic the subscription is/was subscribing to
Definition at line 893 of file stasis.h.
Referenced by AST_TEST_DEFINE(), subscription_change_alloc(), and subscription_change_dtor().
char* uniqueid |
The unique ID associated with this subscription
Definition at line 894 of file stasis.h.
Referenced by AST_TEST_DEFINE(), caching_topic_exec(), mwi_state_get_id(), stasis_subscription_final_message(), and subscription_change_alloc().