ir: consolidate reference counting functions
[babeltrace.git] / include / babeltrace / ctf-ir / event-fields-internal.h
index 34f8fad4476656805ca4d575e9f293e1d0fa0eea..e0214e82be3e0d1cc606027254075f7797e7197a 100644 (file)
  * SOFTWARE.
  */
 
-#include <babeltrace/ctf-writer/ref-internal.h>
 #include <babeltrace/ctf-writer/event-fields.h>
+#include <babeltrace/ctf-ir/common-internal.h>
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/ctf/types.h>
 #include <glib.h>
 
 struct bt_ctf_field {
-       struct bt_ctf_ref ref_count;
+       struct bt_ctf_base base;
        struct bt_ctf_field_type *type;
        int payload_set;
 };
This page took 0.024292 seconds and 4 git commands to generate.