Moved IKE_SA reauth task creation to protocol specific task manager
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user