Big cleanup of network live
[lttngtop.git] / lib / babeltrace / ctf / events-internal.h
index be111c1710144a86056cb6441ab8357a2a31ba65..acc756258f094133c5ea06e8e54dc7a88137d1f2 100644 (file)
@@ -38,6 +38,7 @@
 #include <glib.h>
 
 struct ctf_stream_definition;
+struct ctf_file_stream;
 
 /*
  * These structures are public mappings to internal ctf_event structures.
@@ -81,5 +82,7 @@ struct bt_ctf_iter {
 
 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);
 
 #endif /*_BABELTRACE_CTF_EVENTS_INTERNAL_H */
This page took 0.022341 seconds and 4 git commands to generate.