Addded ike_sa_t.set_statistic to set timestamps from task manager.

This commit is contained in:
Tobias Brunner
2012-03-20 17:31:08 +01:00
parent 38d189eee9
commit 44ff1153e8
2 changed files with 18 additions and 0 deletions
+8
View File
@@ -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.
*