diff options
Diffstat (limited to 'statistics.h')
-rw-r--r-- | statistics.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/statistics.h b/statistics.h index 36027421c..94a4961cb 100644 --- a/statistics.h +++ b/statistics.h @@ -12,7 +12,8 @@ extern "C" { #endif -typedef struct { +typedef struct +{ int period; duration_t total_time; /* avg_time is simply total_time / nr -- let's not keep this */ |