diff options
Diffstat (limited to 'cputemp2maxfreq.h')
-rw-r--r-- | cputemp2maxfreq.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cputemp2maxfreq.h b/cputemp2maxfreq.h index 6eb5726..984fabc 100644 --- a/cputemp2maxfreq.h +++ b/cputemp2maxfreq.h @@ -36,6 +36,9 @@ struct s_config { 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 + char csvlog[255]; // CSV logfile + char csvoverwrite; // Overwrite CSV file if it already exists + FILE *csvfile; // File handle for CSV file }; #endif |