diff options
Diffstat (limited to 'src/charon/sa/ike_sa.h')
-rw-r--r-- | src/charon/sa/ike_sa.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/charon/sa/ike_sa.h b/src/charon/sa/ike_sa.h index 719aa94b0..06a5930e4 100644 --- a/src/charon/sa/ike_sa.h +++ b/src/charon/sa/ike_sa.h @@ -539,7 +539,14 @@ struct protected_ike_sa_t { * @return child_sa, or NULL if none found */ child_sa_t* (*get_child_sa) (protected_ike_sa_t *this, u_int32_t spi); - + + /** + * @brief establish the IKE SA + * + * @param this calling object + */ + void (*establish) (protected_ike_sa_t *this); + /** * @brief Get the last responded message. * |