diff options
Diffstat (limited to 'src/libcharon/plugins/ha/ha_dispatcher.h')
-rw-r--r-- | src/libcharon/plugins/ha/ha_dispatcher.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libcharon/plugins/ha/ha_dispatcher.h b/src/libcharon/plugins/ha/ha_dispatcher.h index 3190458fc..3a5ec7985 100644 --- a/src/libcharon/plugins/ha/ha_dispatcher.h +++ b/src/libcharon/plugins/ha/ha_dispatcher.h @@ -24,6 +24,7 @@ #include "ha_socket.h" #include "ha_segments.h" #include "ha_cache.h" +#include "ha_kernel.h" typedef struct ha_dispatcher_t ha_dispatcher_t; @@ -44,9 +45,10 @@ struct ha_dispatcher_t { * @param socket socket to pull messages from * @param segments segments to control based on received messages * @param cache message cache to use for resynchronization + * @param kernel kernel helper * @return dispatcher object */ ha_dispatcher_t *ha_dispatcher_create(ha_socket_t *socket, - ha_segments_t *segments, ha_cache_t *cache); + ha_segments_t *segments, ha_cache_t *cache, ha_kernel_t *kernel); #endif /** HA_DISPATCHER_ @}*/ |