lib: allow a single mapped clock class within a stream class
[babeltrace.git] / include / babeltrace / ctf-ir / event-class-internal.h
index 8bf9f41617f5eb038e82ed7568381fc81c249d69..160200bfcda4cd8314dc40cb26423bcd8cf19dd8 100644 (file)
@@ -125,4 +125,9 @@ const char *bt_event_class_log_level_string(
        }
 };
 
+BT_HIDDEN
+int bt_event_class_validate_single_clock_class(
+               struct bt_event_class *event_class,
+               struct bt_clock_class **expected_clock_class);
+
 #endif /* BABELTRACE_CTF_IR_EVENT_CLASS_INTERNAL_H */
This page took 0.023252 seconds and 4 git commands to generate.