Moved IKE_SA delete task creation to protocol specific task manager

This commit is contained in:
Martin Willi
2012-03-20 17:31:27 +01:00
parent 83c5fda053
commit 3ed148b37e
4 changed files with 21 additions and 11 deletions
+5
View File
@@ -129,6 +129,11 @@ struct task_manager_t {
*/
void (*queue_ike)(task_manager_t *this);
/**
* Queue IKE_SA delete tasks.
*/
void (*queue_ike_delete)(task_manager_t *this);
/**
* Queue CHILD_SA establishing tasks.
*