Cleanup: Rename abstract types to lttng_kernel_type
[lttng-modules.git] / src / lttng-context-pid-ns.c
index 23b0e6d25451559397299e7c875cef7610fa2190..705b50f54033ed159a84bbcba618372eaa061190 100644 (file)
@@ -87,7 +87,7 @@ int lttng_add_pid_ns_to_ctx(struct lttng_ctx **ctx)
                return -EEXIST;
        }
        field->event_field.name = "pid_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.02301 seconds and 4 git commands to generate.