Filter out redundant packet context fields unless in verbose mode
[babeltrace.git] / formats / ctf-text / types / variant.c
index 50d21903ce3dc83aa37dc42619e18737609e8e37..a21197aa1b3ad35bdac68c980fe2cf7c4bed0d88 100644 (file)
@@ -25,6 +25,9 @@ int ctf_text_variant_write(struct stream_pos *ppos, struct definition *definitio
        int field_nr_saved;
        int ret;
 
+       if (!print_field(definition))
+               return 0;
+
        if (!pos->dummy) {
                if (pos->depth >= 0) {
                        if (pos->field_nr++ != 0)
This page took 0.024118 seconds and 4 git commands to generate.