Event notification: pass CC priority map on creation
[babeltrace.git] / plugins / ctf / fs / data-stream.c
index b4bb087a3ae867f4ac85bf19fe154ce8bcab1c7f..70bdf5a8a59adfcb3d6da8968b4247c97620f9dc 100644 (file)
@@ -370,7 +370,8 @@ struct ctf_fs_stream *ctf_fs_stream_create(
        }
 
        stream->notif_iter = bt_ctf_notif_iter_create(ctf_fs->metadata->trace,
-                       ctf_fs->page_size, medops, stream, ctf_fs->error_fp);
+                       ctf_fs->cc_prio_map, ctf_fs->page_size, medops, stream,
+                       ctf_fs->error_fp);
        if (!stream->notif_iter) {
                goto error;
        }
This page took 0.025648 seconds and 4 git commands to generate.