lib: message API: add fast default clock class accessors
[babeltrace.git] / include / babeltrace / graph / message-event-const.h
index 3de48c485f713ab9cd60f97af8cee76ec1c58718..4c611925874a31255bff826696d4ab17ddfcf35c 100644 (file)
@@ -24,7 +24,7 @@
  * SOFTWARE.
  */
 
-/* For bt_message, bt_event */
+/* For bt_bool, bt_message, bt_event. bt_clock_class, bt_clock_snapshot */
 #include <babeltrace/types.h>
 
 /* For bt_clock_snapshot_state */
@@ -41,6 +41,10 @@ extern bt_clock_snapshot_state
 bt_message_event_borrow_default_clock_snapshot_const(
                const bt_message *msg, const bt_clock_snapshot **snapshot);
 
+extern const bt_clock_class *
+bt_message_event_borrow_stream_class_default_clock_class_const(
+               const bt_message *msg);
+
 #ifdef __cplusplus
 }
 #endif
This page took 0.025135 seconds and 4 git commands to generate.