always copy packet/content_size, they are overwritten by the lib when necessary
[babeltrace.git] / plugins / libctfcopytrace / ctfcopytrace.h
index 417b2d5d956ec3b5e1e25030e1e2eec975b58679..2ca5b789e810d954aa5ab2a8af8e5fd95692ce3f 100644 (file)
@@ -105,8 +105,6 @@ enum bt_component_status ctf_copy_packet_context_field(FILE *err,
 /*
  * Copy all the field values of the packet context from the packet passed in
  * parameter and set it to the current packet in the writer stream.
- * The content_size and packet_size fields are not copied if skip_content_size
- * is not 0.
  *
  * Returns BT_COMPONENT_STATUS_OK on success, and BT_COMPONENT_STATUS_ERROR on
  * error.
@@ -114,8 +112,7 @@ enum bt_component_status ctf_copy_packet_context_field(FILE *err,
 BT_HIDDEN
 struct bt_ctf_field *ctf_copy_packet_context(FILE *err,
                struct bt_ctf_packet *packet,
-               struct bt_ctf_stream *writer_stream,
-               int skip_content_size);
+               struct bt_ctf_stream *writer_stream);
 
 /*
  * Create and return a copy of the event passed in parameter. The caller has to
This page took 0.022446 seconds and 4 git commands to generate.