CTF writer: use own `bt_ctf_object` and `bt_ctf_value` internal APIs
[babeltrace.git] / include / babeltrace / ctf-writer / clock-internal.h
index d4c45f334ab50670e4c2caef466cb4e027a99df3..c263b1bee9cfd5e8684393f98ecf8c9ad0fac672 100644 (file)
 #include <babeltrace/ctf-writer/clock.h>
 #include <babeltrace/ctf-writer/clock-class-internal.h>
 #include <babeltrace/ctf-writer/trace-internal.h>
-#include <babeltrace/object-internal.h>
+#include <babeltrace/ctf-writer/object-internal.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <glib.h>
 #include <babeltrace/compat/uuid-internal.h>
 
 struct bt_ctf_clock {
-       struct bt_object base;
+       struct bt_ctf_object base;
        struct bt_ctf_clock_class *clock_class;
        uint64_t value;         /* Current clock value */
 };
This page took 0.024665 seconds and 4 git commands to generate.