X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Ftrace-ir%2Fstream-class.h;fp=include%2Fbabeltrace%2Ftrace-ir%2Fstream-class.h;h=c7e1fb7f150c181cc6eab145fb9bd364f27162df;hp=ac7ca66408e348463b99fc5b75ca88fc7e533eac;hb=2e90378a2b94006e2743b06e7fe7a1f0e691a56e;hpb=7fe92073394104c8ffe575b1b05ee4fe1df356ea diff --git a/include/babeltrace/trace-ir/stream-class.h b/include/babeltrace/trace-ir/stream-class.h index ac7ca664..c7e1fb7f 100644 --- a/include/babeltrace/trace-ir/stream-class.h +++ b/include/babeltrace/trace-ir/stream-class.h @@ -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_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,