diff options
Diffstat (limited to 'statistics.h')
-rw-r--r-- | statistics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/statistics.h b/statistics.h index ada660244..d5d373df0 100644 --- a/statistics.h +++ b/statistics.h @@ -30,6 +30,7 @@ typedef struct { unsigned int combined_count; unsigned int selection_size; unsigned int total_sac_time; + bool is_year; } stats_t; extern stats_t stats_selection; extern stats_t *stats_yearly; |