copytrace: option to skip the copy of packet/content size
[babeltrace.git] / plugins / lttng-utils / copy.c
index 14cc12742113df5b7b65fc9051120bfea3149147..c553d79b86a9b04a048d3e78d9810aba4c259d0c 100644 (file)
@@ -1058,7 +1058,7 @@ struct bt_ctf_packet *debug_info_new_packet(
        bt_get(writer_packet);
 
        writer_packet_context = ctf_copy_packet_context(debug_it->err, packet,
-                       writer_stream);
+                       writer_stream, 0);
        if (!writer_packet_context) {
                fprintf(debug_it->err, "[error] %s in %s:%d\n",
                                __func__, __FILE__, __LINE__);
This page took 0.024052 seconds and 4 git commands to generate.