removed IKE_SA (%K) and CHILD_SA (%P) printf handlers, 3 more to go
This commit is contained in:
@@ -183,6 +183,13 @@ struct ike_sa_t {
|
||||
*/
|
||||
ike_sa_state_t (*get_state) (ike_sa_t *this);
|
||||
|
||||
/**
|
||||
* @brief Get some statistics about this IKE_SA.
|
||||
*
|
||||
* @param next_rekeying when the next rekeying is scheduled
|
||||
*/
|
||||
void (*get_stats)(ike_sa_t *this, u_int32_t *next_rekeying);
|
||||
|
||||
/**
|
||||
* @brief Set the state of the IKE_SA.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user