Fix: events discarded timing inaccuracy
[babeltrace.git] / include / babeltrace / ctf / events-internal.h
index c7c28a1e0b60615009ed0ac49a4a09592e44af07..48caa54429fd70fe0f9299f82b0e1930f5ee03c5 100644 (file)
@@ -79,6 +79,8 @@ struct bt_ctf_iter {
        uint64_t events_lost;
 };
 
-void ctf_print_discarded(FILE *fp, struct ctf_stream_definition *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 */
This page took 0.023314 seconds and 4 git commands to generate.