Prefix lttng_enum_value and lttng_enum_entry with lttng_kernel_
[lttng-modules.git] / include / lttng / types.h
index fa09dce3ca5e4f4dc99fc70c25d2cab2c43ca8c4..687a0860fa3e23b2fe0ed5dd07ae3ef660d88f12 100644 (file)
@@ -15,9 +15,9 @@
 #define _LTTNG_PROBES_LTTNG_TYPES_H
 
 #include <linux/seq_file.h>
-#include <lttng-events.h>
-#include <lttng-tracer.h>
-#include <lttng-endian.h>
+#include <lttng/events.h>
+#include <lttng/tracer.h>
+#include <lttng/endian.h>
 
 #endif /* _LTTNG_PROBES_LTTNG_TYPES_H */
 
@@ -33,7 +33,7 @@
 
 #undef TRACE_EVENT_ENUM
 #define TRACE_EVENT_ENUM(_name, _entries...)                           \
-       const struct lttng_enum_entry __trace_event_enum_##_name[] = {  \
+       const struct lttng_kernel_enum_entry __trace_event_enum_##_name[] = {   \
                PARAMS(_entries)                                        \
        };
 
This page took 0.023297 seconds and 4 git commands to generate.