text.pretty: create an event string instead of using fprintf()/fputs()
[babeltrace.git] / plugins / text / pretty / pretty.h
index 749befc680dd51d61c794a4deff36a1576de9f8c..f51ee6528206b06473a0eb47b59ec988e8b60539 100644 (file)
@@ -82,6 +82,7 @@ struct pretty_component {
        int depth;      /* nesting, used for tabulation alignment. */
        bool start_line;
        GString *string;
+       GString *tmp_string;
        struct bt_value *plugin_opt_map;        /* Temporary parameter map. */
        bool use_colors;
        bool error;
This page took 0.024373 seconds and 4 git commands to generate.