aboutsummaryrefslogtreecommitdiffstats
path: root/cputemp2maxfreq.h
diff options
context:
space:
mode:
authorPA4WDH2023-05-27 11:20:22 +0200
committerPA4WDH2023-05-27 11:20:22 +0200
commitb80926797863c5a36417eb44a34483bb93610b79 (patch)
tree1a5026e03db338b86671ffe8d556fb57cb3529f0 /cputemp2maxfreq.h
parentUse CPU Transition Latency as checkdelay when setting new scaling_max_freq (diff)
downloadcputemp2maxfreq-b80926797863c5a36417eb44a34483bb93610b79.tar.gz
cputemp2maxfreq-b80926797863c5a36417eb44a34483bb93610b79.tar.bz2
cputemp2maxfreq-b80926797863c5a36417eb44a34483bb93610b79.zip
Add feature to use unixtime timestamps in logs and CSV
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 31f6da1..afce5ca 100644
--- a/cputemp2maxfreq.h
+++ b/cputemp2maxfreq.h
@@ -44,6 +44,7 @@ struct s_config {
char csvlog[255]; // CSV logfile
char csvoverwrite; // Overwrite CSV file if it already exists
FILE *csvfile; // File handle for CSV file
+ char use_unixtime; // Use unixtime timestamps in logs and CSV
};
#endif