aboutsummaryrefslogtreecommitdiffstats
path: root/cputemp2maxfreq.h
diff options
context:
space:
mode:
Diffstat (limited to 'cputemp2maxfreq.h')
-rw-r--r--cputemp2maxfreq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cputemp2maxfreq.h b/cputemp2maxfreq.h
index cda9d4b..0e4c424 100644
--- a/cputemp2maxfreq.h
+++ b/cputemp2maxfreq.h
@@ -34,6 +34,7 @@ struct s_config {
unsigned int interval; // Time interval to check CPU temperature
char logger_name[10]; // Name of the logging function
void (*logger)(char *,...); // Pointer to the logging function
+ char log_data; // Option to log measurement data
};
#endif