- added notify message handling to ike_sa_init_requested_t and

responder_init_t
This commit is contained in:
Jan Hutter
2005-12-02 11:38:56 +00:00
parent 2848a7ba33
commit ae3012a0ea
11 changed files with 320 additions and 42 deletions
+6
View File
@@ -283,6 +283,12 @@ struct protected_ike_sa_t {
*/
signer_t *(*get_signer_initiator) (protected_ike_sa_t *this);
/**
* Resets message id counters and does destroy stored received and sent messages.
*
* @param this calling object
*/
void (*reset_message_buffers) (protected_ike_sa_t *this);
};