Cleanup: Rename abstract types to lttng_kernel_type
[lttng-modules.git] / src / lttng-context-cpu-id.c
index 498dfcf09eb3f54052265405b101038baf0406a7..d0eac981535eb2a9d714cea8f6b4968cb570a70c 100644 (file)
@@ -57,7 +57,7 @@ int lttng_add_cpu_id_to_ctx(struct lttng_ctx **ctx)
                return -EEXIST;
        }
        field->event_field.name = "cpu_id";
-       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.022521 seconds and 4 git commands to generate.