Asterisk - The Open Source Telephony Project
21.4.1
|
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 893 of file stasis.h.
Referenced by stasis_subscription_final_message().
struct stasis_topic* topic |
char* uniqueid |
The unique ID associated with this subscription
Definition at line 892 of file stasis.h.
Referenced by stasis_subscription_final_message().