summaryrefslogtreecommitdiffstats
path: root/core/statistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/statistics.h')
-rw-r--r--core/statistics.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/statistics.h b/core/statistics.h
index 9f045c16c..48e75594d 100644
--- a/core/statistics.h
+++ b/core/statistics.h
@@ -28,9 +28,9 @@ typedef struct
volume_t max_sac;
volume_t min_sac;
volume_t avg_sac;
- int max_temp;
- int min_temp;
- double combined_temp;
+ temperature_t max_temp;
+ temperature_t min_temp;
+ temperature_sum_t combined_temp;
unsigned int combined_count;
unsigned int selection_size;
unsigned int total_sac_time;