Asterisk - The Open Source Telephony Project GIT-master-b023714
Loading...
Searching...
No Matches
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(), AST_TEST_DEFINE(), caching_topic_exec(), dump_consumer(), stasis_subscription_final_message(), and subscription_change_alloc().

◆ topic

struct stasis_topic* topic

◆ uniqueid

char* uniqueid

The unique ID associated with this subscription

Definition at line 892 of file stasis.h.

Referenced by AST_TEST_DEFINE(), 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: