mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-19 03:07:59 +00:00
Merge "stasis: Remove stringfields and lock from change message."
This commit is contained in:
@@ -806,11 +806,9 @@ int stasis_subscription_final_message(struct stasis_subscription *sub, struct st
|
||||
* \since 12
|
||||
*/
|
||||
struct stasis_subscription_change {
|
||||
AST_DECLARE_STRING_FIELDS(
|
||||
AST_STRING_FIELD(uniqueid); /*!< The unique ID associated with this subscription */
|
||||
AST_STRING_FIELD(description); /*!< The description of the change to the subscription associated with the uniqueid */
|
||||
);
|
||||
struct stasis_topic *topic; /*!< The topic the subscription is/was subscribing to */
|
||||
struct stasis_topic *topic; /*!< The topic the subscription is/was subscribing to */
|
||||
char *uniqueid; /*!< The unique ID associated with this subscription */
|
||||
char description[0]; /*!< The description of the change to the subscription associated with the uniqueid */
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user