X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fwriter%2Fwriter.h;h=6f6b8a49446a305b9b1de68e722bc625fa5ddbef;hb=0d8b4d8edb6b11ddd7f4e6adc77b9390a0db0b20;hp=f5c0d10891cd903facd9070f91e025002876a937;hpb=3228cc1db0ba3ff2b9007de3872fe61b66502493;p=babeltrace.git diff --git a/plugins/writer/writer.h b/plugins/writer/writer.h index f5c0d108..6f6b8a49 100644 --- a/plugins/writer/writer.h +++ b/plugins/writer/writer.h @@ -46,6 +46,7 @@ struct writer_component { FILE *err; struct bt_notification_iterator *input_iterator; bool processed_first_event; + bool error; }; BT_HIDDEN