Add --debug-info-target-prefix
[babeltrace.git] / include / babeltrace / ctf / events-internal.h
index 0356906f3432eb6192bf13e997dfe1c6858a32d9..f1e6df811e3e74c615e47906a18f53240d7b6400 100644 (file)
@@ -79,4 +79,10 @@ 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);
+
 #endif /*_BABELTRACE_CTF_EVENTS_INTERNAL_H */
This page took 0.025177 seconds and 4 git commands to generate.