IKEv1 XAuth: Temporarilty add an "initiate_later" flag to the task manager. When set to TRUE it will cause "initiate" to be called when the current process_response call is finished. This change should be reverted once we have a better method in place.
This commit is contained in:
@@ -192,6 +192,11 @@ struct task_manager_t {
|
||||
* Destroy the task_manager_t.
|
||||
*/
|
||||
void (*destroy) (task_manager_t *this);
|
||||
|
||||
/**
|
||||
* Signals the task manager to initiate immediately after completing a response
|
||||
*/
|
||||
void (*initiate_later) (task_manager_t *this);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user