Cleanup: Rename abstract types to lttng_kernel_type
[lttng-modules.git] / src / probes / lttng-kprobes.c
index 82433bd84c0793c9a1cd93ab40335caf5d475113..c4b089c64f7ce20176f4e6a05aae6e7e2f31263d 100644 (file)
@@ -91,7 +91,7 @@ int lttng_create_kprobe_event(const char *name, struct lttng_event *event)
                goto error_field;
        }
        field->name = "ip";
-       field->type.atype = atype_integer;
+       field->type.type = lttng_kernel_type_integer;
        field->type.u.integer.size = sizeof(unsigned long) * CHAR_BIT;
        field->type.u.integer.alignment = lttng_alignof(unsigned long) * CHAR_BIT;
        field->type.u.integer.signedness = lttng_is_signed_type(unsigned long);
This page took 0.022362 seconds and 4 git commands to generate.