Fix: src.ctf.lttng-live: emitting stream end msg with no stream
[babeltrace.git] / include / babeltrace2 / trace-ir / clock-class-const.h
index 47635ceedaddbf050d1c506b13c5da103f5dcb56..6316f83f4e2e3d28ad2089a596560ce8ddfb399a 100644 (file)
@@ -35,6 +35,9 @@
 extern "C" {
 #endif
 
+extern const bt_value *bt_clock_class_borrow_user_attributes_const(
+               const bt_clock_class *clock_class);
+
 extern const char *bt_clock_class_get_name(
                const bt_clock_class *clock_class);
 
@@ -57,7 +60,7 @@ extern bt_uuid bt_clock_class_get_uuid(
                const bt_clock_class *clock_class);
 
 typedef enum bt_clock_class_cycles_to_ns_from_origin_status {
-       BT_CLOCK_CLASS_CYCLES_TO_NS_FROM_ORIGIN_STATUS_OVERFLOW         = __BT_FUNC_STATUS_OVERFLOW,
+       BT_CLOCK_CLASS_CYCLES_TO_NS_FROM_ORIGIN_STATUS_OVERFLOW_ERROR   = __BT_FUNC_STATUS_OVERFLOW_ERROR,
        BT_CLOCK_CLASS_CYCLES_TO_NS_FROM_ORIGIN_STATUS_OK               = __BT_FUNC_STATUS_OK,
 } bt_clock_class_cycles_to_ns_from_origin_status;
 
This page took 0.022787 seconds and 4 git commands to generate.