X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fclock-class.h;h=d9c704d28e7700cee2fcbb0af543a3cd2df7fea4;hb=6f57e4587c51b2927b70142537c9a6d31fb3a693;hp=c2b9017397e854a32773e37e6130b1919e60ec23;hpb=592ddb0023384e9d85db4504e66571c7bf6446ea;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/clock-class.h b/include/babeltrace/ctf-ir/clock-class.h index c2b90173..d9c704d2 100644 --- a/include/babeltrace/ctf-ir/clock-class.h +++ b/include/babeltrace/ctf-ir/clock-class.h @@ -76,6 +76,8 @@ extern int bt_ctf_clock_class_set_uuid(struct bt_ctf_clock_class *clock_class, const unsigned char *uuid); extern struct bt_ctf_clock_value *bt_ctf_clock_value_create( struct bt_ctf_clock_class *clock_class, uint64_t value); +extern struct bt_ctf_clock_class *bt_ctf_clock_value_get_class( + struct bt_ctf_clock_value *clock_value); extern int bt_ctf_clock_value_get_value( struct bt_ctf_clock_value *clock_value, uint64_t *raw_value); extern int bt_ctf_clock_value_get_value_ns_from_epoch(