Use a sync message cache to resynchronize IKE_SAs without rekeying
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
|
||||
#include "ha_socket.h"
|
||||
#include "ha_segments.h"
|
||||
#include "ha_cache.h"
|
||||
|
||||
typedef struct ha_dispatcher_t ha_dispatcher_t;
|
||||
|
||||
@@ -42,9 +43,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
|
||||
* @return dispatcher object
|
||||
*/
|
||||
ha_dispatcher_t *ha_dispatcher_create(ha_socket_t *socket,
|
||||
ha_segments_t *segments);
|
||||
ha_segments_t *segments, ha_cache_t *cache);
|
||||
|
||||
#endif /** HA_DISPATCHER_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user