Cleanup: namespace string encoding
[lttng-modules.git] / include / lttng / tracepoint-event-impl.h
index 5259c596516d4f4fa55841b4408a69d7d70ff18b..74e246b8b3ade6423ab9c338f49bf5f4c16e1e11 100644 (file)
@@ -419,7 +419,7 @@ void __event_notifier_template_proto___##_name(void);
                  .type = lttng_kernel_type_string,                     \
                  .u =                                          \
                        {                                       \
-                         .string = { .encoding = lttng_encode_UTF8 }, \
+                         .string = { .encoding = lttng_kernel_string_encoding_UTF8 }, \
                        },                                      \
                },                                              \
          .nowrite = _nowrite,                                  \
This page took 0.023084 seconds and 4 git commands to generate.