Rename bt_ctf_X -> bt_X, maintain backward compat. for pre-2.0 CTF writer
[babeltrace.git] / include / babeltrace / ctf-ir / clock-value-internal.h
index 7284a35f64a4769fac4e516b84f40e98ce3180af..a33a71cae78d3cf7cfede107db575547b716bf7e 100644 (file)
 #include <stdbool.h>
 #include <stdint.h>
 
-struct bt_ctf_clock_class;
+struct bt_clock_class;
 
-struct bt_ctf_clock_value {
+struct bt_clock_value {
        struct bt_object base;
-       struct bt_ctf_clock_class *clock_class;
+       struct bt_clock_class *clock_class;
        uint64_t value;
        bool ns_from_epoch_overflows;
        int64_t ns_from_epoch;
This page took 0.023704 seconds and 4 git commands to generate.