Option to only show streams' intersection
[deliverable/babeltrace.git] / include / babeltrace / ctf / events-internal.h
index 48caa54429fd70fe0f9299f82b0e1930f5ee03c5..f1e6df811e3e74c615e47906a18f53240d7b6400 100644 (file)
@@ -79,6 +79,8 @@ struct bt_ctf_iter {
        uint64_t events_lost;
 };
 
+int ctf_find_packets_intersection(struct bt_context *ctx,
+               uint64_t *ts_begin, uint64_t *ts_end);
 void ctf_update_current_packet_index(struct ctf_stream_definition *stream,
                struct packet_index *prev_index,
                struct packet_index *cur_index);
This page took 0.022735 seconds and 5 git commands to generate.