Remove Babeltrace 1 files and reorganize the tree
[babeltrace.git] / plugins / text / text.h
index d6143283d9df604f74a154c30fd76be5bcb1b2f2..956527607b1ca6819e81f7859c39084a7590ead0 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <stdbool.h>
 #include <babeltrace/babeltrace-internal.h>
-#include <babeltrace/component/component.h>
+#include <babeltrace/graph/component.h>
 
 enum text_default {
        TEXT_DEFAULT_UNSET,
@@ -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.023898 seconds and 4 git commands to generate.