lib: message API: add fast default clock class accessors
[babeltrace.git] / include / babeltrace / graph / message-packet-beginning-const.h
index 49ebfcbf859751604a30498888c0353ec5dfe341..a7cc1348a5cadd56f18c0d7079c04be67a775823 100644 (file)
@@ -24,7 +24,7 @@
  * SOFTWARE.
  */
 
-/* For bt_message, bt_packet */
+/* For bt_message, bt_packet, bt_clock_snapshot, bt_clock_class */
 #include <babeltrace/types.h>
 
 /* For bt_clock_snapshot_state */
@@ -41,6 +41,10 @@ extern bt_clock_snapshot_state
 bt_message_packet_beginning_borrow_default_clock_snapshot_const(
                const bt_message *msg, const bt_clock_snapshot **snapshot);
 
+extern const bt_clock_class *
+bt_message_packet_beginning_borrow_stream_class_default_clock_class_const(
+               const bt_message *msg);
+
 #ifdef __cplusplus
 }
 #endif
This page took 0.023076 seconds and 4 git commands to generate.