mediation connections should now properly rekey

This commit is contained in:
Tobias Brunner
2008-04-09 18:12:22 +00:00
parent ad81e51afc
commit 22452f70fc
3 changed files with 45 additions and 11 deletions
+5
View File
@@ -435,6 +435,11 @@ struct ike_sa_t {
void (*set_pending_updates)(ike_sa_t *this, u_int32_t updates);
#ifdef ME
/**
* Activate mediation server functionality for this IKE_SA.
*/
void (*act_as_mediation_server) (ike_sa_t *this);
/**
* Get the server reflexive host.
*