Prefix lttng_enum_desc with lttng_kernel_
[lttng-modules.git] / include / lttng / events.h
index 5e3800665ff6ab86e8ae0dd2e066de4d97ecb277..05e8618438f8e1c9d4c63e562d7c65a626655da0 100644 (file)
@@ -103,7 +103,7 @@ struct lttng_type {
                        enum lttng_kernel_string_encoding encoding;
                } string;
                struct {
-                       const struct lttng_enum_desc *desc;     /* Enumeration mapping */
+                       const struct lttng_kernel_enum_desc *desc;      /* Enumeration mapping */
                        const struct lttng_type *container_type;
                } enum_nestable;
                struct {
@@ -130,7 +130,7 @@ struct lttng_type {
        } u;
 };
 
-struct lttng_enum_desc {
+struct lttng_kernel_enum_desc {
        const char *name;
        const struct lttng_kernel_enum_entry *entries;
        unsigned int nr_entries;
This page took 0.023312 seconds and 4 git commands to generate.