manage synced SAs in IKE_SA Manager, tag them with IKE_PASSIVE state

This commit is contained in:
Martin Willi
2010-04-07 13:55:12 +02:00
committed by Martin Willi
parent d4113a42e9
commit 34d240a6e3
16 changed files with 274 additions and 345 deletions
@@ -24,7 +24,6 @@
#define HA_SYNC_DISPATCHER_H_
#include "ha_sync_socket.h"
#include "ha_sync_cache.h"
typedef struct ha_sync_dispatcher_t ha_sync_dispatcher_t;
@@ -43,10 +42,8 @@ struct ha_sync_dispatcher_t {
* Create a ha_sync_dispatcher instance pulling from socket.
*
* @param socket socket to pull messages from
* @param cache cache to push synced SAs to
* @return dispatcher object
*/
ha_sync_dispatcher_t *ha_sync_dispatcher_create(ha_sync_socket_t *socket,
ha_sync_cache_t *cache);
ha_sync_dispatcher_t *ha_sync_dispatcher_create(ha_sync_socket_t *socket);
#endif /* HA_SYNC_DISPATCHER_ @}*/