Cleanup: namespace string encoding
[lttng-modules.git] / src / lttng-context-pid-ns.c
index 705b50f54033ed159a84bbcba618372eaa061190..1a18897cb40ea3864f7fc6d80dc712b04b0895f2 100644 (file)
@@ -93,7 +93,7 @@ int lttng_add_pid_ns_to_ctx(struct lttng_ctx **ctx)
        field->event_field.type.u.integer.signedness = lttng_is_signed_type(unsigned 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 = pid_ns_get_size;
        field->record = pid_ns_record;
        field->get_value = pid_ns_get_value;
This page took 0.02286 seconds and 4 git commands to generate.