implemented child_up() bus hook

This commit is contained in:
Martin Willi
2009-07-09 15:25:15 +02:00
parent 622b56a52e
commit f669f45333
7 changed files with 72 additions and 9 deletions
+8
View File
@@ -269,6 +269,14 @@ struct bus_t {
*/
void (*ike_rekey)(bus_t *this, ike_sa_t *old, ike_sa_t *new);
/**
* CHILD_SA up/down hook.
*
* @param child_sa CHILD_SA coming up/going down
* @param up TRUE for an up event, FALSE for a down event
*/
void (*child_updown)(bus_t *this, child_sa_t *child_sa, bool up);
/**
* CHILD_SA rekeying hook.
*