- changed interface of ike_sa

- states can access ike_sa fields now just with functions
This commit is contained in:
Jan Hutter
2005-11-25 13:42:02 +00:00
parent 40ced1dfc3
commit aad398a70c
10 changed files with 509 additions and 229 deletions
+1 -3
View File
@@ -87,13 +87,11 @@ struct state_t {
*
* @param this state_t object
* @param[in] message message_t object to process
* @param this state_t pointer to the new state_t object
* @return
* - SUCCESSFUL if succeeded
* - FAILED otherwise
*/
status_t (*process_message) (state_t *this,message_t *message,state_t **new_state);
status_t (*process_message) (state_t *this,message_t *message);
/**
* @brief Get the current state