ctf: make msg-iter not use bt_packet_context_field
[babeltrace.git] / src / plugins / ctf / fs-src / fs.c
index 76283b4ca7b3fad94382b07d8457215aeb1f219c..ceeb4bc268436141154e59b3bfe8b9502bf51a19 100644 (file)
@@ -764,6 +764,8 @@ int add_ds_file_to_ds_file_group(struct ctf_fs_trace *ctf_fs_trace,
                goto error;
        }
 
+       ctf_msg_iter_set_dry_run(msg_iter, true);
+
        ret = ctf_msg_iter_get_packet_properties(msg_iter, &props);
        if (ret) {
                BT_COMP_OR_COMP_CLASS_LOGE_APPEND_CAUSE(self_comp, self_comp_class,
This page took 0.023341 seconds and 4 git commands to generate.