ir: consolidate reference counting functions
[babeltrace.git] / include / babeltrace / ctf-ir / event-types-internal.h
index 8475198be676bc0f1860059c68807f98140c668f..d5290f575cda586d10cefdb1e44670e891610b97 100644 (file)
  */
 
 #include <babeltrace/ctf-writer/event-types.h>
-#include <babeltrace/ctf-writer/ref-internal.h>
 #include <babeltrace/ctf-writer/event-fields.h>
 #include <babeltrace/ctf-writer/writer.h>
 #include <babeltrace/ctf-ir/trace-internal.h>
+#include <babeltrace/ctf-ir/common-internal.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/types.h>
 #include <babeltrace/ctf/events.h>
@@ -62,7 +62,7 @@ struct bt_ctf_field_path {
 };
 
 struct bt_ctf_field_type {
-       struct bt_ctf_ref ref_count;
+       struct bt_ctf_base base;
        struct bt_declaration *declaration;
        type_freeze_func freeze;
        type_serialize_func serialize;
This page took 0.024419 seconds and 4 git commands to generate.