Add "port connected" component class method
[babeltrace.git] / plugins / writer / writer.h
index 21aae60150a25c49e91c7a9784bb33934dcb84a9..6f6b8a49446a305b9b1de68e722bc625fa5ddbef 100644 (file)
@@ -29,7 +29,7 @@
 
 #include <stdbool.h>
 #include <babeltrace/babeltrace-internal.h>
-#include <babeltrace/component/component.h>
+#include <babeltrace/graph/component.h>
 #include <babeltrace/ctf-writer/writer.h>
 
 struct writer_component {
@@ -44,6 +44,9 @@ struct writer_component {
        /* Map between reader and writer stream class. */
        GHashTable *stream_class_map;
        FILE *err;
+       struct bt_notification_iterator *input_iterator;
+       bool processed_first_event;
+       bool error;
 };
 
 BT_HIDDEN
This page took 0.035221 seconds and 4 git commands to generate.