Change behaviour of stream-intersection with multiple traces
[babeltrace.git] / include / babeltrace / ctf / events-internal.h
index 0968dca1f4f0e12eaa44ee62b42bf61e57a2a31d..37a7bf6fca125f6e7329fd4b7f7746b4a47c1dca 100644 (file)
@@ -311,11 +311,13 @@ int bt_ctf_get_decl_fields(struct bt_ctf_event_decl *event_decl,
  * bt_ctf_get_decl_field_name: return the name of a field decl or NULL on error
  */
 const char *bt_ctf_get_decl_field_name(const struct bt_ctf_field_decl *field);
-int ctf_find_packets_intersection(struct bt_context *ctx,
-               uint64_t *ts_begin, uint64_t *ts_end);
+int ctf_find_tc_stream_packet_intersection_union(struct bt_context *ctx,
+               int64_t *ts_begin, int64_t *ts_end);
 
 void ctf_update_current_packet_index(struct ctf_stream_definition *stream,
                struct packet_index *prev_index,
                struct packet_index *cur_index);
 
+int ctf_tc_set_stream_intersection_mode(struct bt_context *ctx);
+
 #endif /*_BABELTRACE_CTF_EVENTS_INTERNAL_H */
This page took 0.02358 seconds and 4 git commands to generate.