X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=Source%2Fcharon%2Fsa%2Fike_sa.h;h=b8a897af5c930b58a4d3beb3aeaa9424fb5c2e73;hp=6a12aaf8d7f1378c23ac1d77d128c17dffa8bac8;hb=0df63d6be4e383c6adb265e3ff05fda769b8f11f;hpb=ccb37df25d6a3f51d7cd0116e26106c47b94edcf;ds=sidebyside diff --git a/Source/charon/sa/ike_sa.h b/Source/charon/sa/ike_sa.h index 6a12aaf..b8a897a 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