lib: rename "notification" -> "message"
[babeltrace.git] / plugins / ctf / fs-sink / writer.h
index 5a0981040a90b7003a87ca59477a58a6c9809ac3..965f3d2cb6cb3f0070c1f0f1b5d1bd8dbb8b30a4 100644 (file)
@@ -39,7 +39,7 @@ struct writer_component {
        /* Map between bt_trace and struct fs_writer. */
        GHashTable *trace_map;
        FILE *err;
-       bt_notification_iterator *input_iterator;
+       bt_message_iterator *input_iterator;
        bool error;
        bool single_trace;
        unsigned int nr_traces;
@@ -48,7 +48,7 @@ struct writer_component {
 enum fs_writer_stream_state {
        /*
         * We know the stream exists but we have never received a
-        * stream_begin notification for it.
+        * stream_begin message for it.
         */
        FS_WRITER_UNKNOWN_STREAM,
        /* We know this stream is active (between stream_begin and _end). */
This page took 0.022854 seconds and 4 git commands to generate.