lib: message API: add fast default clock class accessors
[babeltrace.git] / include / babeltrace / graph / message-packet-end-const.h
index 44d18535fd40c7e1c644d765ae5a96756d17b8bd..3a48911e980389a515c7d78b6378a3bcbe823fcf 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_end_borrow_default_clock_snapshot_const(
                const bt_message *msg, const bt_clock_snapshot **snapshot);
 
+extern const bt_clock_class *
+bt_message_packet_end_borrow_stream_class_default_clock_class_const(
+               const bt_message *msg);
+
 #ifdef __cplusplus
 }
 #endif
This page took 0.024053 seconds and 4 git commands to generate.