This commit is contained in:
Martin Willi
2005-11-16 17:16:35 +00:00
parent 70933df4b3
commit c923dc6126
2 changed files with 27 additions and 18 deletions
+2 -11
View File
@@ -26,7 +26,6 @@
#include "types.h"
#include "message.h"
#include "configuration.h"
#include "ike_sa_id.h"
/**
@@ -46,16 +45,8 @@ struct ike_sa_s {
*/
status_t (*process_message) (ike_sa_t *this,message_t *message);
/**
* @brief Processes a specific configuration
*
* This function is called when a new IKE_SA is created
*
* @param this ike_sa_t-message_t object object
* @param[in] message message_t object to process
* @return SUCCESSFUL if succeeded, FAILED otherwise
*/
status_t (*initialize_connection) (ike_sa_t *this,configuration_t *configuration);
status_t (*initialize_connection) (ike_sa_t *this, char *name);
/**
* @brief Get the id of the SA