__printf_funct_t (*f_statistics) (int *, int, struct activity * [], unsigned int []);
/*
* This function defines the timestamp part of the report.
- * Used only with textual (XML-like) reports.
+ * Used only with textual (XML-like) reports, PCP archives and RAW output format.
*/
__tm_funct_t (*f_timestamp) (void *, int, char *, char *, unsigned long long,
struct record_header *, struct file_header *, unsigned int);
*
* OUT:
* @rectime Structure where timestamp for current record has been saved
- * (in local time or in UTC depending on options used).
- * @loctime If given, structure where timestamp for current record has
- * been saved (expressed in local time). This field will be used
- * for time comparison if options -s and/or -e have been used.
+ * (in local time, in UTC or in time of file's creator
+ * depending on options used).
*
* RETURNS:
* 1 if an error was detected, or 0 otherwise.
from_file, &file_magic, UEOF_STOP);
}
else {
- /* This was a COMMENT record: print it */
+ /* This was a COMMENT record: Print it */
print_special_record(&record_hdr[curr], flags + S_F_LOCAL_TIME,
&tm_start, &tm_end, R_COMMENT, ifd,
&rectime, from_file, 0,