Filter out redundant packet context fields unless in verbose mode
[babeltrace.git] / formats / ctf-text / types / integer.c
index 457ea804e5133ca1e32488e857b2ad6b0369da9e..30209d6be6c66fbcad295273c947b2d14bfdeefe 100644 (file)
@@ -30,6 +30,9 @@ int ctf_text_integer_write(struct stream_pos *ppos, struct definition *definitio
                integer_definition->declaration;
        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.022585 seconds and 4 git commands to generate.