IKEv1 XAuth: Adding "initiate" flag parameter to the initiate_xauth method, signalling whether or not to call the task_manager->initiate method after queueing the task.

This commit is contained in:
Clavister OpenSource
2012-03-20 17:31:10 +01:00
parent 06d29be714
commit 02c36eeb86
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -970,7 +970,7 @@ struct ike_sa_t {
/**
* Initiate an XAuth authentication exchange.
*/
status_t (*initiate_xauth) (ike_sa_t *this);
status_t (*initiate_xauth) (ike_sa_t *this, bool initiate);
};
/**