X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Flttng-context-vppid.c;h=b93e292f61c01603db0ad1ab55f7ce942d4d8b25;hb=28cbcb59855c099a89b02054b15b45ee3ad6a52a;hp=1ff182c3bee5d5b775a141767cfcfc39a77c1e92;hpb=12bb2edb6ed3e96d3299a979e49b828f2b17dcb2;p=lttng-modules.git diff --git a/src/lttng-context-vppid.c b/src/lttng-context-vppid.c index 1ff182c3..b93e292f 100644 --- a/src/lttng-context-vppid.c +++ b/src/lttng-context-vppid.c @@ -107,7 +107,7 @@ int lttng_add_vppid_to_ctx(struct lttng_ctx **ctx) field->event_field.type.u.integer.signedness = lttng_is_signed_type(pid_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 = vppid_get_size; field->record = vppid_record; field->get_value = vppid_get_value;