Update pretty print output
[babeltrace.git] / include / babeltrace / ctf-text / types.h
index 9e65435ef38ebd2f4ee104a2144898caf643939d..0670b3d6dffdf182a09c4963f309a9e72213833b 100644 (file)
@@ -37,6 +37,8 @@ struct ctf_text_stream_pos {
        FILE *fp;               /* File pointer. NULL if unset. */
        int depth;
        int dummy;              /* disable output */
+       int print_names;        /* print field names */
+       int field_nr;
 };
 
 static inline
This page took 0.026113 seconds and 4 git commands to generate.