bus: Clarify that ALERT_TS_NARROWED is issued for local narrowing as well
This commit is contained in:
committed by
Tobias Brunner
parent
86a50d1618
commit
f5f04b7d20
@@ -124,7 +124,7 @@ enum alert_t {
|
|||||||
/** traffic selectors do not match, arguments are two linked_list_t
|
/** traffic selectors do not match, arguments are two linked_list_t
|
||||||
* containing traffic_selector_t for initiator and for responder */
|
* containing traffic_selector_t for initiator and for responder */
|
||||||
ALERT_TS_MISMATCH,
|
ALERT_TS_MISMATCH,
|
||||||
/** traffic selectors have been narrowed by the peer, arguments are
|
/** traffic selectors have been narrowed by us or the peer, arguments are
|
||||||
* an int (TRUE for local TS), a linked_list_t* (final TS list), and the
|
* an int (TRUE for local TS), a linked_list_t* (final TS list), and the
|
||||||
* child_cfg_t*. */
|
* child_cfg_t*. */
|
||||||
ALERT_TS_NARROWED,
|
ALERT_TS_NARROWED,
|
||||||
|
|||||||
Reference in New Issue
Block a user