aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/sa/ike_sa.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-12-02 11:38:56 +0000
committerJan Hutter <jhutter@hsr.ch>2005-12-02 11:38:56 +0000
commitae3012a0ea0e06e29212f1967b5b71e90460fb43 (patch)
treea4c055426b079946c4e803fd5534e56b79a41323 /Source/charon/sa/ike_sa.h
parent2848a7ba33ee0158c9dfee383c3ea8be02060f7e (diff)
downloadstrongswan-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.h6
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);
};