X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Fevents-internal.h;h=f1e6df811e3e74c615e47906a18f53240d7b6400;hb=37ea109aded53fd7a07b858a82f8c8c80c03a8a1;hp=c7c28a1e0b60615009ed0ac49a4a09592e44af07;hpb=87148dc74de9861a656aa4f38f03b51743471049;p=deliverable%2Fbabeltrace.git diff --git a/include/babeltrace/ctf/events-internal.h b/include/babeltrace/ctf/events-internal.h index c7c28a1e0..f1e6df811 100644 --- a/include/babeltrace/ctf/events-internal.h +++ b/include/babeltrace/ctf/events-internal.h @@ -79,6 +79,10 @@ struct bt_ctf_iter { uint64_t events_lost; }; -void ctf_print_discarded(FILE *fp, struct ctf_stream_definition *stream); +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 */