From 646720fdd975f30d7d1ef076feeda7b0d9b18c9a Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Sat, 4 Jan 2014 14:03:08 +0100 Subject: Dynamic frequency ajustment. --- monitor/mon.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'monitor/mon.h') diff --git a/monitor/mon.h b/monitor/mon.h index 7abcf8c..0040eda 100644 --- a/monitor/mon.h +++ b/monitor/mon.h @@ -40,8 +40,11 @@ typedef struct { t_output *outputs; int step; - int freq; + int max_freq; + int target_freq; + int actual_freq; + int calc_time_usec; t_status status; -- cgit v1.2.3