fixing a problem if the mediation server initiates the rekeying

This commit is contained in:
Tobias Brunner
2008-04-10 07:24:30 +00:00
parent 22452f70fc
commit 4a03518112
3 changed files with 18 additions and 2 deletions
+7
View File
@@ -433,6 +433,13 @@ struct ike_sa_t {
* @param updates number of pending updates
*/
void (*set_pending_updates)(ike_sa_t *this, u_int32_t updates);
/**
* Check if we are the original initiator of this IKE_SA (rekeying does not
* change this flag).
*/
bool (*is_ike_initiator)(ike_sa_t *this);
#ifdef ME
/**