X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lib%2Fbabeltrace%2Fctf%2Fevents-internal.h;h=48caa54429fd70fe0f9299f82b0e1930f5ee03c5;hb=HEAD;hp=be111c1710144a86056cb6441ab8357a2a31ba65;hpb=b1acd2b342a35dc6c5a8036fb0280321203e89b7;p=lttngtop.git diff --git a/lib/babeltrace/ctf/events-internal.h b/lib/babeltrace/ctf/events-internal.h index be111c1..48caa54 100644 --- a/lib/babeltrace/ctf/events-internal.h +++ b/lib/babeltrace/ctf/events-internal.h @@ -79,7 +79,8 @@ struct bt_ctf_iter { uint64_t events_lost; }; -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 */