Filter out redundant packet context fields unless in verbose mode
[babeltrace.git] / formats / ctf-text / types / sequence.c
index a3982a210cd3898cd94740051ee61f183cb51c35..cdf393086d8559adb68a510c5bed7c02cd4806ad 100644 (file)
@@ -30,6 +30,9 @@ int ctf_text_sequence_write(struct stream_pos *ppos, struct definition *definiti
        int field_nr_saved;
        int ret = 0;
 
+       if (!print_field(definition))
+               return 0;
+
        if (!pos->dummy) {
                if (pos->field_nr++ != 0)
                        fprintf(pos->fp, ",");
This page took 0.02252 seconds and 4 git commands to generate.