Add "encoding" for sequence and array of integers
[babeltrace.git] / include / babeltrace / ctf-text / types.h
index 9e65435ef38ebd2f4ee104a2144898caf643939d..7703e7b8e25148272f5c6ed91f8e0264ea0d4706 100644 (file)
@@ -37,6 +37,9 @@ 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;
+       GString *string;        /* Current string */
 };
 
 static inline
This page took 0.024102 seconds and 4 git commands to generate.