Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Apr 1, 2024
1 parent 8fa8c20 commit fa8eff2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,15 @@ enum aws_rr_subscription_event_type {

/*
* A subscription has lost its last listener and can be purged
*
* This event is global; operation_id will always be zero.
*/
ARRSET_SUBSCRIPTION_EMPTY,

/*
* A subscription has been unsubscribed from
*
* This particular event is global, with an operation id of 0.
* This event is global; operation_id will always be zero.
*/
ARRSET_UNSUBSCRIBE_COMPLETE,
};
Expand Down

0 comments on commit fa8eff2

Please sign in to comment.