lib: make discarded events/packets support and clock snapshots optional
[babeltrace.git] / include / babeltrace / trace-ir / stream-class.h
index ac7ca66408e348463b99fc5b75ca88fc7e533eac..c7e1fb7f150c181cc6eab145fb9bd364f27162df 100644 (file)
@@ -66,6 +66,16 @@ extern void bt_stream_class_set_packets_have_default_beginning_clock_snapshot(
 extern void bt_stream_class_set_packets_have_default_end_clock_snapshot(
                bt_stream_class *stream_class, bt_bool value);
 
 extern void bt_stream_class_set_packets_have_default_end_clock_snapshot(
                bt_stream_class *stream_class, bt_bool value);
 
+extern void bt_stream_class_set_supports_discarded_events(
+               bt_stream_class *stream_class,
+               bt_bool supports_discarded_events,
+               bt_bool with_default_clock_snapshots);
+
+extern void bt_stream_class_set_supports_discarded_packets(
+               bt_stream_class *stream_class,
+               bt_bool supports_discarded_packets,
+               bt_bool with_default_clock_snapshots);
+
 extern bt_stream_class_status
 bt_stream_class_set_packet_context_field_class(
                bt_stream_class *stream_class,
 extern bt_stream_class_status
 bt_stream_class_set_packet_context_field_class(
                bt_stream_class *stream_class,
This page took 0.023099 seconds and 4 git commands to generate.