Cleanup: namespace string encoding
[lttng-modules.git] / src / probes / lttng-uprobes.c
index b738847f78ba51e8c7cb39044f27ef57bc7941db..816b7fc1be209c952c11eedddf5df5fcc83e1338 100644 (file)
@@ -113,7 +113,7 @@ int lttng_create_uprobe_event(const char *name, struct lttng_event *event)
        fields[0].type.u.integer.signedness = lttng_is_signed_type(unsigned long);
        fields[0].type.u.integer.reverse_byte_order = 0;
        fields[0].type.u.integer.base = 16;
-       fields[0].type.u.integer.encoding = lttng_encode_none;
+       fields[0].type.u.integer.encoding = lttng_kernel_string_encoding_none;
 
        desc->owner = THIS_MODULE;
        event->desc = desc;
This page took 0.022579 seconds and 4 git commands to generate.