sync babeltrace headers
[lttngtop.git] / lib / babeltrace / ctf / events-internal.h
index acc756258f094133c5ea06e8e54dc7a88137d1f2..48caa54429fd70fe0f9299f82b0e1930f5ee03c5 100644 (file)
@@ -38,7 +38,6 @@
 #include <glib.h>
 
 struct ctf_stream_definition;
-struct ctf_file_stream;
 
 /*
  * These structures are public mappings to internal ctf_event structures.
@@ -80,9 +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 compute_discarded_events(struct ctf_file_stream *file_stream,
-               struct ctf_stream_pos *pos);
+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.023268 seconds and 4 git commands to generate.