Fix graph facilities handling in writer component class
[babeltrace.git] / plugins / writer / writer.h
index 6c6fed35f89bf030db1846096b7d5fbeffd986ba..f5c0d10891cd903facd9070f91e025002876a937 100644 (file)
@@ -45,6 +45,7 @@ struct writer_component {
        GHashTable *stream_class_map;
        FILE *err;
        struct bt_notification_iterator *input_iterator;
+       bool processed_first_event;
 };
 
 BT_HIDDEN
This page took 0.028768 seconds and 4 git commands to generate.