X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Fevents-internal.h;fp=include%2Fbabeltrace%2Fctf%2Fevents-internal.h;h=2e37693ab689afa089eebb4dc84ed60b8303df53;hp=be111c1710144a86056cb6441ab8357a2a31ba65;hb=f1f52630ef26bb227cf1e8fedcff9b938d7a2f1e;hpb=992e8cc0c6bf7403301ceeddee347fade28449f2 diff --git a/include/babeltrace/ctf/events-internal.h b/include/babeltrace/ctf/events-internal.h index be111c17..2e37693a 100644 --- a/include/babeltrace/ctf/events-internal.h +++ b/include/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 */