diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-12-02 11:38:56 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-12-02 11:38:56 +0000 |
commit | ae3012a0ea0e06e29212f1967b5b71e90460fb43 (patch) | |
tree | a4c055426b079946c4e803fd5534e56b79a41323 /Source/charon/sa/ike_sa.h | |
parent | 2848a7ba33ee0158c9dfee383c3ea8be02060f7e (diff) | |
download | strongswan-ae3012a0ea0e06e29212f1967b5b71e90460fb43.tar.bz2 strongswan-ae3012a0ea0e06e29212f1967b5b71e90460fb43.tar.xz |
- added notify message handling to ike_sa_init_requested_t and
responder_init_t
Diffstat (limited to 'Source/charon/sa/ike_sa.h')
-rw-r--r-- | Source/charon/sa/ike_sa.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/charon/sa/ike_sa.h b/Source/charon/sa/ike_sa.h index a5cf637d7..6fd6f0e8d 100644 --- a/Source/charon/sa/ike_sa.h +++ b/Source/charon/sa/ike_sa.h @@ -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); }; |