diff options
Diffstat (limited to 'src/libcharon/plugins/ha/ha_segments.h')
-rw-r--r-- | src/libcharon/plugins/ha/ha_segments.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/libcharon/plugins/ha/ha_segments.h b/src/libcharon/plugins/ha/ha_segments.h index f6ce738ec..1699f7b0d 100644 --- a/src/libcharon/plugins/ha/ha_segments.h +++ b/src/libcharon/plugins/ha/ha_segments.h @@ -68,18 +68,6 @@ struct ha_segments_t { void (*deactivate)(ha_segments_t *this, u_int segment, bool notify); /** - * Resync an active segment. - * - * To reintegrade a node into the cluster, resynchronization is reqired. - * IKE_SAs and CHILD_SAs are synced automatically during rekeying. A call - * to this method enforces a rekeying immediately sync all state of a - * segment. - * - * @param segment segment to resync - */ - void (*resync)(ha_segments_t *this, u_int segment); - - /** * Handle a status message from the remote node. * * @param mask segments the remote node is serving actively @@ -101,11 +89,10 @@ struct ha_segments_t { * @param count number of segments the cluster uses * @param node node, currently 1 or 0 * @param monitor should we use monitoring functionality - * @param resync request a complete resync on startup * @return segment object */ ha_segments_t *ha_segments_create(ha_socket_t *socket, ha_kernel_t *kernel, ha_tunnel_t *tunnel, u_int count, u_int node, - bool monitor, bool resync); + bool monitor); #endif /** HA_SEGMENTS_ @}*/ |