Component iterator points to first notification on creation
[babeltrace.git] / plugins / text / text.h
index 5697e2ee5e974c3c7a98d56dffcb4bd3acd09325..ef80ce3e4777e635b9fca42380ac644a896b9d05 100644 (file)
@@ -69,7 +69,7 @@ struct text_options {
 struct text_component {
        struct text_options options;
        FILE *out, *err;
-       bool processed_first_event;
+       bool processed_first_event; /* Should be per-iterator. */
        int depth;      /* nesting, used for tabulation alignment. */
        bool start_line;
        GString *string;
This page took 0.022504 seconds and 4 git commands to generate.