ike-sa: Remove unused counter for pending MOBIKE updates

This commit is contained in:
Tobias Brunner
2018-02-09 11:21:02 +01:00
parent 9f0497818c
commit 80ae474863
2 changed files with 0 additions and 33 deletions
-14
View File
@@ -646,20 +646,6 @@ struct ike_sa_t {
*/
bool (*has_condition) (ike_sa_t *this, ike_condition_t condition);
/**
* Get the number of queued MOBIKE address updates.
*
* @return number of pending updates
*/
uint32_t (*get_pending_updates)(ike_sa_t *this);
/**
* Set the number of queued MOBIKE address updates.
*
* @param updates number of pending updates
*/
void (*set_pending_updates)(ike_sa_t *this, uint32_t updates);
#ifdef ME
/**
* Activate mediation server functionality for this IKE_SA.