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 967be1aa28151873133d8d71bcd7183c9acf91e7..031cf8dedcad79d7cb6031b6d70dff199566ea46 100644 (file)
 #include <babeltrace/object-internal.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <glib.h>
-#include <babeltrace/compat/uuid.h>
+#include <babeltrace/compat/uuid-internal.h>
 
 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.023784 seconds and 4 git commands to generate.