Add support for structure fields in the Python bindings
[babeltrace.git] / include / babeltrace / ctf / events-internal.h
index 0356906f3432eb6192bf13e997dfe1c6858a32d9..be111c1710144a86056cb6441ab8357a2a31ba65 100644 (file)
@@ -79,4 +79,7 @@ struct bt_ctf_iter {
        uint64_t events_lost;
 };
 
+void ctf_print_discarded(FILE *fp, struct ctf_stream_definition *stream,
+                       int end_stream);
+
 #endif /*_BABELTRACE_CTF_EVENTS_INTERNAL_H */
This page took 0.023693 seconds and 4 git commands to generate.