CTF writer: use own `bt_ctf_object` and `bt_ctf_value` internal APIs
[babeltrace.git] / include / babeltrace / ctf-writer / clock-class-internal.h
index 04baaa32cf1f2d54fb61a0f569096ec40db2e1c0..f57434229754f5178fb71740a9f5bad40f8a5164 100644 (file)
@@ -25,7 +25,7 @@
  * SOFTWARE.
  */
 
-#include <babeltrace/object-internal.h>
+#include <babeltrace/ctf-writer/object-internal.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/object-pool-internal.h>
 #include <babeltrace/compat/uuid-internal.h>
@@ -35,7 +35,7 @@
 #include <glib.h>
 
 struct bt_ctf_clock_class {
-       struct bt_object base;
+       struct bt_ctf_object base;
        GString *name;
        GString *description;
        uint64_t frequency;
This page took 0.024151 seconds and 4 git commands to generate.