diff options
author | PA4WDH | 2024-08-24 12:43:34 +0200 |
---|---|---|
committer | PA4WDH | 2024-08-24 12:43:34 +0200 |
commit | a13b6a07822e9807af50bd67bfe64ccba03b5b00 (patch) | |
tree | 125b82a0e3cf114fce7522ccd1ef1ebdc936d5c3 /cputemp2maxfreq.h | |
parent | Add ebuild for version 0.5 (diff) | |
download | cputemp2maxfreq-a13b6a07822e9807af50bd67bfe64ccba03b5b00.tar.gz cputemp2maxfreq-a13b6a07822e9807af50bd67bfe64ccba03b5b00.tar.bz2 cputemp2maxfreq-a13b6a07822e9807af50bd67bfe64ccba03b5b00.zip |
Add -k option to keep state on successul exit
Diffstat (limited to 'cputemp2maxfreq.h')
-rw-r--r-- | cputemp2maxfreq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cputemp2maxfreq.h b/cputemp2maxfreq.h index ade4d58..a901e6d 100644 --- a/cputemp2maxfreq.h +++ b/cputemp2maxfreq.h @@ -46,6 +46,7 @@ struct s_config { FILE *csvfile; // File handle for CSV file char use_unixtime; // Use unixtime timestamps in logs and CSV long int transition_latency; // User configurable transition latency, <0 for autodetect + int keepstate; // Keep last state on exit (0=set lowest freq) }; #endif |