Filter out redundant packet context fields unless in verbose mode
[babeltrace.git] / formats / ctf-text / types / float.c
index 2ec7728eb1a907cc5ba6592ee7df4fda6c347292..7fe4fe0042fb1f314b3b70d8fcb7984864788ace 100644 (file)
@@ -27,6 +27,9 @@ int ctf_text_float_write(struct stream_pos *ppos, struct definition *definition)
                container_of(definition, struct definition_float, p);
        struct ctf_text_stream_pos *pos = ctf_text_pos(ppos);
 
+       if (!print_field(definition))
+               return 0;
+
        if (pos->dummy)
                return 0;
 
This page took 0.023349 seconds and 4 git commands to generate.