controller: Make child config optional for initiate()

This commit is contained in:
Tobias Brunner
2019-04-25 15:23:19 +02:00
parent ed521a7470
commit 6b00d34b42
2 changed files with 15 additions and 10 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ struct controller_t {
* until the IKE_SA is established or failed.
*
* @param peer_cfg peer_cfg to use for IKE_SA setup
* @param child_cfg child_cfg to set up CHILD_SA from
* @param child_cfg optional child_cfg to set up CHILD_SA from
* @param cb logging callback
* @param param parameter to include in each call of cb
* @param timeout timeout in ms to wait for callbacks, 0 to disable