copytrace: option to skip the copy of packet/content size
[babeltrace.git] / plugins / utils / trimmer / copy.c
index 9d0d814171e5b6054d0a31098a241e4c854a8cc9..a76f7c054e28d45fb55331e19e0fb57ebea8e8ce 100644 (file)
@@ -194,7 +194,7 @@ struct bt_ctf_packet *trimmer_new_packet(
        bt_get(writer_packet);
 
        writer_packet_context = ctf_copy_packet_context(trim_it->err, packet,
-                       stream);
+                       stream, 0);
        if (!writer_packet_context) {
                fprintf(trim_it->err, "[error] %s in %s:%d\n",
                                __func__, __FILE__, __LINE__);
This page took 0.024886 seconds and 4 git commands to generate.