Moved IKE_SA initiate task creation to protocol specific task manager

This commit is contained in:
Martin Willi
2012-03-20 17:31:27 +01:00
parent 244d715de5
commit a60daa07f6
4 changed files with 42 additions and 42 deletions
+5
View File
@@ -124,6 +124,11 @@ struct task_manager_t {
*/
void (*queue_task) (task_manager_t *this, task_t *task);
/**
* Queue IKE_SA establishing tasks.
*/
void (*queue_ike)(task_manager_t *this);
/**
* Queue liveness checking tasks.
*/