Use graph facilities in writer component class
[babeltrace.git] / plugins / writer / writer.h
index 21aae60150a25c49e91c7a9784bb33934dcb84a9..12e2b65fbdfc83a807b6f16b09dffba48f413f23 100644 (file)
@@ -44,6 +44,7 @@ struct writer_component {
        /* Map between reader and writer stream class. */
        GHashTable *stream_class_map;
        FILE *err;
+       struct bt_notification_iterator *input_iterator;
 };
 
 BT_HIDDEN
This page took 0.02932 seconds and 4 git commands to generate.