Avoid queueing more than one retry initiate job.

This commit is contained in:
Tobias Brunner
2012-05-30 15:32:52 +02:00
parent 60c82591c5
commit 77e4282643
3 changed files with 35 additions and 4 deletions
+9
View File
@@ -694,6 +694,15 @@ struct ike_sa_t {
u_int32_t reqid, traffic_selector_t *tsi,
traffic_selector_t *tsr);
/**
* Retry initiation of this IKE_SA after it got deferred previously.
*
* @return
* - SUCCESS if initiation deferred or started
* - DESTROY_ME if initiation failed
*/
status_t (*retry_initiate) (ike_sa_t *this);
/**
* Initiates the deletion of an IKE_SA.
*