Avoid queueing more than one retry initiate job.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user