Use graph facilities in text component class
[babeltrace.git] / plugins / text / text.h
index d6143283d9df604f74a154c30fd76be5bcb1b2f2..c819365f87f2436c92579ad30a9d5661968e458c 100644 (file)
@@ -76,6 +76,7 @@ struct text_options {
 
 struct text_component {
        struct text_options options;
+       struct bt_notification_iterator *input_iterator;
        FILE *out, *err;
        bool processed_first_event; /* Should be per-iterator. */
        int depth;      /* nesting, used for tabulation alignment. */
This page took 0.023261 seconds and 4 git commands to generate.