Addded ike_sa_t.set_statistic to set timestamps from task manager.
This commit is contained in:
@@ -315,6 +315,14 @@ struct ike_sa_t {
|
||||
*/
|
||||
u_int32_t (*get_statistic)(ike_sa_t *this, statistic_t kind);
|
||||
|
||||
/**
|
||||
* Set statistic value of the IKE_SA.
|
||||
*
|
||||
* @param kind kind of value to update
|
||||
* @param value value as integer
|
||||
*/
|
||||
void (*set_statistic)(ike_sa_t *this, statistic_t kind, u_int32_t value);
|
||||
|
||||
/**
|
||||
* Get the own host address.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user