Cleanup: namespace string encoding
[lttng-modules.git] / src / lttng-context-nice.c
index 411f336e5fdcc014f41d0e5bfcd19c8134f2e644..b914c03a697f8b0f1febc7fd1bb8801140b696ba 100644 (file)
@@ -63,7 +63,7 @@ int lttng_add_nice_to_ctx(struct lttng_ctx **ctx)
        field->event_field.type.u.integer.signedness = lttng_is_signed_type(int);
        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 = nice_get_size;
        field->record = nice_record;
        field->get_value = nice_get_value;
This page took 0.022265 seconds and 4 git commands to generate.