Moved IKE_SA reauth task creation to protocol specific task manager

This commit is contained in:
Martin Willi
2012-03-20 17:31:27 +01:00
parent dab60d6411
commit cedb412e5a
4 changed files with 21 additions and 5 deletions
+5
View File
@@ -134,6 +134,11 @@ struct task_manager_t {
*/
void (*queue_ike_rekey)(task_manager_t *this);
/**
* Queue IKE_SA reauth tasks.
*/
void (*queue_ike_reauth)(task_manager_t *this);
/**
* Queue IKE_SA delete tasks.
*/