Cleanup: Rename abstract types to lttng_kernel_type
[lttng-modules.git] / src / lttng-context-uts-ns.c
index 3c399fe3138d44196d64c5a681478a2cc0377623..6e1fabe8b4e4555b3cb522a2bd3209240bc603e2 100644 (file)
@@ -85,7 +85,7 @@ int lttng_add_uts_ns_to_ctx(struct lttng_ctx **ctx)
                return -EEXIST;
        }
        field->event_field.name = "uts_ns";
-       field->event_field.type.atype = atype_integer;
+       field->event_field.type.type = lttng_kernel_type_integer;
        field->event_field.type.u.integer.size = sizeof(unsigned int) * CHAR_BIT;
        field->event_field.type.u.integer.alignment = lttng_alignof(unsigned int) * CHAR_BIT;
        field->event_field.type.u.integer.signedness = lttng_is_signed_type(unsigned int);
This page took 0.023274 seconds and 4 git commands to generate.