X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fclock-class.h;h=e9af453c950bc0e70e0a8b15eedf8739d0fe70c5;hp=bb68d2b7fc1cbdabf63fffc2ca23315b35aa31b4;hb=312c056ae3d374b253fa0cfe5ed576c0b0e5e569;hpb=d1e4683534e67cc8643ad27536f64f6cc54bc5dc diff --git a/include/babeltrace/ctf-ir/clock-class.h b/include/babeltrace/ctf-ir/clock-class.h index bb68d2b7..e9af453c 100644 --- a/include/babeltrace/ctf-ir/clock-class.h +++ b/include/babeltrace/ctf-ir/clock-class.h @@ -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 }