Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
stasis_subscription_change Struct Reference

Holds details about changes to subscriptions for the specified topic. More...

#include <stasis.h>

Collaboration diagram for stasis_subscription_change:
Collaboration graph
[legend]

Data Fields

char description [0]
 
struct stasis_topictopic
 
char * uniqueid
 

Detailed Description

Holds details about changes to subscriptions for the specified topic.

Since
12

Definition at line 890 of file stasis.h.

Field Documentation

◆ description

char description[0]

The description of the change to the subscription associated with the uniqueid

Definition at line 893 of file stasis.h.

Referenced by AST_TEST_DEFINE(), caching_topic_exec(), dump_consumer(), Api::load(), ResourceApi::load(), Model::load(), Parameter::load(), Property::load(), stasis_subscription_final_message(), and subscription_change_alloc().

◆ topic

struct stasis_topic* topic

The topic the subscription is/was subscribing to

Definition at line 891 of file stasis.h.

Referenced by AST_TEST_DEFINE(), subscription_change_alloc(), subscription_change_dtor(), topic_add_subscription(), and topic_remove_subscription().

◆ uniqueid

char* uniqueid

The unique ID associated with this subscription

Definition at line 892 of file stasis.h.

Referenced by AST_TEST_DEFINE(), caching_topic_exec(), mwi_state_get_id(), stasis_subscription_final_message(), and subscription_change_alloc().


The documentation for this struct was generated from the following file: