IKE_SA activation/deactivation magic using a fifo socket

This commit is contained in:
Martin Willi
2010-04-07 13:55:12 +02:00
committed by Martin Willi
parent c94fe198e9
commit aa98188af5
6 changed files with 331 additions and 12 deletions
+8 -1
View File
@@ -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.