X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=src%2Flttng-context-nice.c;h=b914c03a697f8b0f1febc7fd1bb8801140b696ba;hb=28cbcb59855c099a89b02054b15b45ee3ad6a52a;hp=411f336e5fdcc014f41d0e5bfcd19c8134f2e644;hpb=12bb2edb6ed3e96d3299a979e49b828f2b17dcb2;p=lttng-modules.git diff --git a/src/lttng-context-nice.c b/src/lttng-context-nice.c index 411f336e..b914c03a 100644 --- a/src/lttng-context-nice.c +++ b/src/lttng-context-nice.c @@ -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;