lib: add internal object pool API and use it; adapt plugins/tests
[babeltrace.git] / include / babeltrace / ctf-ir / clock-class.h
index bb68d2b7fc1cbdabf63fffc2ca23315b35aa31b4..e9af453c950bc0e70e0a8b15eedf8739d0fe70c5 100644 (file)
@@ -78,6 +78,8 @@ extern const unsigned char *bt_clock_class_get_uuid(
                struct bt_clock_class *clock_class);
 extern int bt_clock_class_set_uuid(struct bt_clock_class *clock_class,
                const unsigned char *uuid);
+extern int bt_clock_class_cycles_to_ns(struct bt_clock_class *clock_class,
+               uint64_t cycles, int64_t *ns);
 
 #ifdef __cplusplus
 }
This page took 0.024808 seconds and 4 git commands to generate.