Cleanup: Rename abstract types to lttng_kernel_type
[lttng-modules.git] / src / lttng-context-prio.c
index 2a16ea87ce83f038c9c8f115b788a4f413c5754d..885c48bc8e2827fb9f802298c37dbf90d965943e 100644 (file)
@@ -91,7 +91,7 @@ int lttng_add_prio_to_ctx(struct lttng_ctx **ctx)
                return -EEXIST;
        }
        field->event_field.name = "prio";
-       field->event_field.type.atype = atype_integer;
+       field->event_field.type.type = lttng_kernel_type_integer;
        field->event_field.type.u.integer.size = sizeof(int) * CHAR_BIT;
        field->event_field.type.u.integer.alignment = lttng_alignof(int) * CHAR_BIT;
        field->event_field.type.u.integer.signedness = lttng_is_signed_type(int);
This page took 0.023563 seconds and 4 git commands to generate.