ike-sa: Expose task_manager_t::adopt_child_tasks()

This commit is contained in:
Tobias Brunner
2018-12-07 10:32:12 +01:00
parent 157150ca91
commit 00c889f4ec
2 changed files with 17 additions and 0 deletions
+7
View File
@@ -1147,6 +1147,13 @@ struct ike_sa_t {
*/
void (*queue_task_delayed)(ike_sa_t *this, task_t *task, uint32_t delay);
/**
* Adopt child creating tasks from the given IKE_SA.
*
* @param other other IKE_SA to adopt tasks from
*/
void (*adopt_child_tasks)(ike_sa_t *this, ike_sa_t *other);
/**
* Inherit required attributes to new SA before rekeying.
*