lib: make packet beginning/end default CS optional
[babeltrace.git] / include / babeltrace / trace-ir / stream-class-const.h
index c8fe18f9f36fd46f3a2b1a2e27ee69d4dad144b5..2b3da093e91912d738946d8a6a8c70cd242a24a0 100644 (file)
@@ -56,6 +56,12 @@ extern bt_bool bt_stream_class_assigns_automatic_event_class_id(
 extern bt_bool bt_stream_class_assigns_automatic_stream_id(
                const bt_stream_class *stream_class);
 
+extern bt_bool bt_stream_class_packets_have_default_beginning_clock_snapshot(
+               const bt_stream_class *stream_class);
+
+extern bt_bool bt_stream_class_packets_have_default_end_clock_snapshot(
+               const bt_stream_class *stream_class);
+
 extern uint64_t bt_stream_class_get_id(
                const bt_stream_class *stream_class);
 
This page took 0.023543 seconds and 4 git commands to generate.