Cleanup: Rename abstract types to lttng_kernel_type
[lttng-modules.git] / src / lttng-context-preemptible.c
index 6130a1a26d4acf4313b76c356ad0cda12c7754ac..ae5f825680ab9093c72613f662a75769646d5325 100644 (file)
@@ -75,7 +75,7 @@ int lttng_add_preemptible_to_ctx(struct lttng_ctx **ctx)
                return -EEXIST;
        }
        field->event_field.name = "preemptible";
-       field->event_field.type.atype = atype_integer;
+       field->event_field.type.type = lttng_kernel_type_integer;
        field->event_field.type.u.integer.size = sizeof(uint8_t) * CHAR_BIT;
        field->event_field.type.u.integer.alignment = lttng_alignof(uint8_t) * CHAR_BIT;
        field->event_field.type.u.integer.signedness = lttng_is_signed_type(uint8_t);
This page took 0.022634 seconds and 4 git commands to generate.