- change "ref serial" to "in_reply_to" (avoiding whitespace for easy
visual parsing)
- prefix with # to clarify that these are not part of the data
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89165
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
static void
profile_print_headers (void)
{
- printf ("type\tsec\tusec\tserial\tsender\tdestination\tpath\tinterface\tmember\n");
- printf ("\t\t\t\t\t\t\tref serial\n");
+ printf ("#type\tsec\tusec\tserial\tsender\tdestination\tpath\tinterface\tmember\n");
+ printf ("#\t\t\t\t\t\t\tin_reply_to\n");
}
static void