ir: consolidate reference counting functions
[babeltrace.git] / include / babeltrace / ctf-ir / trace-internal.h
index 03433a4be873442e3f134f117fc4b32822bb2948..4a76c1a187819342ea04268a6db8b69a37dc0c61 100644 (file)
  * SOFTWARE.
  */
 
-#include <babeltrace/ctf-writer/ref-internal.h>
 #include <babeltrace/ctf-ir/trace.h>
 #include <babeltrace/ctf-ir/event-types.h>
 #include <babeltrace/ctf-ir/event-fields.h>
+#include <babeltrace/ctf-ir/common-internal.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/objects.h>
 #include <glib.h>
@@ -48,7 +48,7 @@ enum field_type_alias {
 };
 
 struct bt_ctf_trace {
-       struct bt_ctf_ref ref_count;
+       struct bt_ctf_base base;
        int frozen;
        uuid_t uuid;
        int byte_order; /* A value defined in Babeltrace's "endian.h" */
This page took 0.023275 seconds and 4 git commands to generate.