babeltrace(1): add --connect option and connection management
[babeltrace.git] / plugins / text / text.h
index 5697e2ee5e974c3c7a98d56dffcb4bd3acd09325..9f1706e4f8bb088ed8794cc4f35050fe8604dfc8 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <stdbool.h>
 #include <babeltrace/babeltrace-internal.h>
-#include <babeltrace/plugin/component.h>
+#include <babeltrace/component/component.h>
 
 enum text_default {
        TEXT_DEFAULT_UNSET,
@@ -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.025967 seconds and 4 git commands to generate.