Cleanup: Rename abstract types to lttng_kernel_type
[lttng-modules.git] / src / lttng-context-nice.c
index aaa3643e947cec603b37101fc153a500dd717702..411f336e5fdcc014f41d0e5bfcd19c8134f2e644 100644 (file)
@@ -57,7 +57,7 @@ int lttng_add_nice_to_ctx(struct lttng_ctx **ctx)
                return -EEXIST;
        }
        field->event_field.name = "nice";
-       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.022346 seconds and 4 git commands to generate.