ir: add bt_ctf_clock_ns_from_value() utility
[babeltrace.git] / include / babeltrace / ctf-ir / clock.h
index ec08810b6851eee8ed88f16f2da53fbada020a41..e35882e05eb7155e879b1b4cabd95023adbaf55a 100644 (file)
@@ -237,6 +237,9 @@ extern const unsigned char *bt_ctf_clock_get_uuid(struct bt_ctf_clock *clock);
 extern int bt_ctf_clock_set_uuid(struct bt_ctf_clock *clock,
                const unsigned char *uuid);
 
+extern int64_t bt_ctf_clock_ns_from_value(struct bt_ctf_clock *clock,
+               uint64_t value);
+
 #ifdef __cplusplus
 }
 #endif
This page took 0.025159 seconds and 4 git commands to generate.