aboutsummaryrefslogtreecommitdiffstats
path: root/cputemp2maxfreq.h
diff options
context:
space:
mode:
authorPA4WDH2024-10-09 12:18:23 +0200
committerPA4WDH2024-10-09 12:18:23 +0200
commit9586b59606edcf3538428c16680a2a6eb2d7969d (patch)
treed425b3eb3b3fbd6996c1a0a645ba91498d0e4d50 /cputemp2maxfreq.h
parentRead scaling_max_freq every poll interval (diff)
downloadcputemp2maxfreq-9afa6eef0608cedc5cd1c4db159bab9edfd32637.tar.gz
cputemp2maxfreq-9afa6eef0608cedc5cd1c4db159bab9edfd32637.tar.bz2
cputemp2maxfreq-9afa6eef0608cedc5cd1c4db159bab9edfd32637.zip
Rename config.max_freq to config.target_freq and make texts consistent with that0.7
Diffstat (limited to 'cputemp2maxfreq.h')
-rw-r--r--cputemp2maxfreq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cputemp2maxfreq.h b/cputemp2maxfreq.h
index baa691a..44592ab 100644
--- a/cputemp2maxfreq.h
+++ b/cputemp2maxfreq.h
@@ -53,7 +53,7 @@ struct s_cpudata {
struct s_config {
char name[255]; // Name of this program
char governor[255]; // The governor to use
- long int max_temp; // The target temperature
+ long int target_temp; // The target temperature
char temp_input[255]; // Input file to read the temperature
long int freq_step; // Step size to increase/decrease CPU frequency
long int fallback_freq; // CPU frquency to set if we fail to protect hardware