Add "encoding" for sequence and array of integers
[babeltrace.git] / include / babeltrace / ctf-text / types.h
index 0670b3d6dffdf182a09c4963f309a9e72213833b..7703e7b8e25148272f5c6ed91f8e0264ea0d4706 100644 (file)
@@ -39,6 +39,7 @@ struct ctf_text_stream_pos {
        int dummy;              /* disable output */
        int print_names;        /* print field names */
        int field_nr;
+       GString *string;        /* Current string */
 };
 
 static inline
This page took 0.022591 seconds and 4 git commands to generate.