CTF writer: use own `bt_ctf_object` and `bt_ctf_value` internal APIs
[babeltrace.git] / include / babeltrace / ctf-writer / clock-class-internal.h
index b50eaae7ffa2d843dd088442ef4c55c4fd7e10c6..f57434229754f5178fb71740a9f5bad40f8a5164 100644 (file)
@@ -2,8 +2,6 @@
 #define BABELTRACE_CTF_WRITER_CLOCK_CLASS_INTERNAL_H
 
 /*
- * BabelTrace - CTF writer: Clock class internal
- *
  * Copyright 2013, 2014 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
  * Author: Jérémie Galarneau <jeremie.galarneau@efficios.com>
@@ -27,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>
@@ -37,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.024402 seconds and 4 git commands to generate.