fs-sink: add the single-trace option
[babeltrace.git] / plugins / ctf / fs-sink / writer.h
index 81ca1ed9acbf91f0412357ba4e4e60ce24803a1c..33403dc69e3dd99a65876f1e39c5df342d4ec7bc 100644 (file)
@@ -42,6 +42,8 @@ struct writer_component {
        FILE *err;
        struct bt_notification_iterator *input_iterator;
        bool error;
+       bool single_trace;
+       unsigned int nr_traces;
 };
 
 enum fs_writer_stream_state {
This page took 0.023994 seconds and 4 git commands to generate.