aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/ha/ha_child.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcharon/plugins/ha/ha_child.h')
-rw-r--r--src/libcharon/plugins/ha/ha_child.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/libcharon/plugins/ha/ha_child.h b/src/libcharon/plugins/ha/ha_child.h
index 9a28e5123..56cd769ba 100644
--- a/src/libcharon/plugins/ha/ha_child.h
+++ b/src/libcharon/plugins/ha/ha_child.h
@@ -26,7 +26,7 @@ typedef struct ha_child_t ha_child_t;
#include "ha_socket.h"
#include "ha_tunnel.h"
#include "ha_segments.h"
-#include "ha_cache.h"
+#include "ha_kernel.h"
#include <daemon.h>
@@ -51,10 +51,11 @@ struct ha_child_t {
*
* @param socket socket to use for sending synchronization messages
* @param tunnel tunnel securing sync messages, if any
- * @param cache message resync cache
+ * @param segments segment handling
+ * @param kernel kernel helper
* @return CHILD listener
*/
ha_child_t *ha_child_create(ha_socket_t *socket, ha_tunnel_t *tunnel,
- ha_cache_t *cache);
+ ha_segments_t *segments, ha_kernel_t *kernel);
#endif /** HA_CHILD_ @}*/