Cleanup: namespace string encoding
[lttng-modules.git] / src / lttng-context-uid.c
index 47c740f98b85fe2510a18bea78d6f954618dfae1..710b22a67a41d021cb73aebf83af842858afb494 100644 (file)
@@ -65,7 +65,7 @@ int lttng_add_uid_to_ctx(struct lttng_ctx **ctx)
        field->event_field.type.u.integer.signedness = lttng_is_signed_type(uid_t);
        field->event_field.type.u.integer.reverse_byte_order = 0;
        field->event_field.type.u.integer.base = 10;
-       field->event_field.type.u.integer.encoding = lttng_encode_none;
+       field->event_field.type.u.integer.encoding = lttng_kernel_string_encoding_none;
        field->get_size = uid_get_size;
        field->record = uid_record;
        field->get_value = uid_get_value;
This page took 0.024098 seconds and 4 git commands to generate.