X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=lib%2Fbabeltrace%2Fctf%2Fevents-internal.h;h=2e37693ab689afa089eebb4dc84ed60b8303df53;hp=be111c1710144a86056cb6441ab8357a2a31ba65;hb=3bac1a1f2f88bc39f1f2eb09efe508f4c59d4428;hpb=09e7f98e84338afb3f6959a19df84ec4b4c1c012 diff --git a/lib/babeltrace/ctf/events-internal.h b/lib/babeltrace/ctf/events-internal.h index be111c1..2e37693 100644 --- a/lib/babeltrace/ctf/events-internal.h +++ b/lib/babeltrace/ctf/events-internal.h @@ -81,5 +81,8 @@ struct bt_ctf_iter { void ctf_print_discarded(FILE *fp, struct ctf_stream_definition *stream, int end_stream); +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 */