Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
stasis_subscription_change Struct Reference

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

#include <stasis.h>

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

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 stasis_subscription_final_message().

struct stasis_topic* topic

The topic the subscription is/was subscribing to

Definition at line 891 of file stasis.h.

char* uniqueid

The unique ID associated with this subscription

Definition at line 892 of file stasis.h.

Referenced by stasis_subscription_final_message().


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