diff options
author | PA4WDH | 2023-05-24 10:08:01 +0200 |
---|---|---|
committer | PA4WDH | 2023-05-24 10:08:01 +0200 |
commit | 39f72042fb3e9398a2f3a56bc5bc7a8ad0f92681 (patch) | |
tree | 3d4f8816c7b3b356accd09b2f40b8cd043e28aaa /cputemp2maxfreq.h | |
parent | Redirect all output to logging functions (diff) | |
download | cputemp2maxfreq-39f72042fb3e9398a2f3a56bc5bc7a8ad0f92681.tar.gz cputemp2maxfreq-39f72042fb3e9398a2f3a56bc5bc7a8ad0f92681.tar.bz2 cputemp2maxfreq-39f72042fb3e9398a2f3a56bc5bc7a8ad0f92681.zip |
Add data log option
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 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 |