IKE_SA activation/deactivation magic using a fifo socket
This commit is contained in:
committed by
Martin Willi
parent
c94fe198e9
commit
aa98188af5
@@ -66,7 +66,14 @@ struct ha_sync_cache_t {
|
||||
*
|
||||
* @param segment numerical segment to takeover
|
||||
*/
|
||||
void (*activate_segment)(ha_sync_cache_t *this, u_int segment);
|
||||
void (*activate)(ha_sync_cache_t *this, u_int segment);
|
||||
|
||||
/**
|
||||
* Deactivate a set of IKE_SAs identified by a segment.
|
||||
*
|
||||
* @param segment numerical segment to takeover
|
||||
*/
|
||||
void (*deactivate)(ha_sync_cache_t *this, u_int segment);
|
||||
|
||||
/**
|
||||
* Destroy a ha_sync_cache_t.
|
||||
|
||||
Reference in New Issue
Block a user