aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/ha/ha_cache.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2015-05-26 15:43:46 +0200
committerTobias Brunner <tobias@strongswan.org>2015-05-26 15:43:46 +0200
commit06a5b0e2e83277c38c7d6405f826e407248fb6e6 (patch)
tree6d012dbead0377b0d73041dafa1701864f287636 /src/libcharon/plugins/ha/ha_cache.h
parent0de116cadcd17abbe6aa8cffe140fbfb0356e04f (diff)
downloadstrongswan-06a5b0e2e83277c38c7d6405f826e407248fb6e6.tar.bz2
strongswan-06a5b0e2e83277c38c7d6405f826e407248fb6e6.tar.xz
ha: Skip SA for sync messages when resyncing HA segments
Diffstat (limited to 'src/libcharon/plugins/ha/ha_cache.h')
-rw-r--r--src/libcharon/plugins/ha/ha_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/ha/ha_cache.h b/src/libcharon/plugins/ha/ha_cache.h
index 5e3936a20..9fabbaca2 100644
--- a/src/libcharon/plugins/ha/ha_cache.h
+++ b/src/libcharon/plugins/ha/ha_cache.h
@@ -73,6 +73,6 @@ struct ha_cache_t {
* @param count total number of segments
*/
ha_cache_t *ha_cache_create(ha_kernel_t *kernel, ha_socket_t *socket,
- bool resync, u_int count);
+ ha_tunnel_t *tunnel, bool resync, u_int count);
#endif /** HA_CACHE_H_ @}*/