diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-12-02 14:07:36 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-12-02 14:07:36 +0000 |
commit | 0df63d6be4e383c6adb265e3ff05fda769b8f11f (patch) | |
tree | ddfc37f940dea5de843c7682a551d342cd1ca1bc /Source/charon/sa/ike_sa.h | |
parent | ccb37df25d6a3f51d7cd0116e26106c47b94edcf (diff) | |
download | strongswan-0df63d6be4e383c6adb265e3ff05fda769b8f11f.tar.bz2 strongswan-0df63d6be4e383c6adb265e3ff05fda769b8f11f.tar.xz |
- retransmitting of requests implemented
Diffstat (limited to 'Source/charon/sa/ike_sa.h')
-rw-r--r-- | Source/charon/sa/ike_sa.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/charon/sa/ike_sa.h b/Source/charon/sa/ike_sa.h index 6a12aaf8d..b8a897af5 100644 --- a/Source/charon/sa/ike_sa.h +++ b/Source/charon/sa/ike_sa.h @@ -281,6 +281,14 @@ struct protected_ike_sa_t { void (*set_new_state) (protected_ike_sa_t *this,state_t *state); /** + * Sets the last replied message id. + * + * @param this calling object + * @param message_id message id + */ + void (*set_last_replied_message_id) (protected_ike_sa_t *this,u_int32_t message_id); + + /** * Gets the internal stored initiator crypter_t object. * * @param this calling object |