Rename bt_ctf_X -> bt_X, maintain backward compat. for pre-2.0 CTF writer
[babeltrace.git] / include / babeltrace / ctf-writer / clock-internal.h
index b9e524a989e1df0567c29b765c4923e6a7eaa579..031cf8dedcad79d7cb6031b6d70dff199566ea46 100644 (file)
@@ -35,7 +35,7 @@
 
 struct bt_ctf_clock {
        struct bt_object base;
-       struct bt_ctf_clock_class *clock_class;
+       struct bt_clock_class *clock_class;
        uint64_t value;         /* Current clock value */
 };
 
This page took 0.025322 seconds and 4 git commands to generate.