X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Ftypes.h;h=687a0860fa3e23b2fe0ed5dd07ae3ef660d88f12;hb=a775608d0d1d6142c80c26b21ff79bf7e04d8e53;hp=fa09dce3ca5e4f4dc99fc70c25d2cab2c43ca8c4;hpb=3b4aafcbbef722c5d04f2fe06a47c47d4d23eda0;p=lttng-modules.git diff --git a/include/lttng/types.h b/include/lttng/types.h index fa09dce3..687a0860 100644 --- a/include/lttng/types.h +++ b/include/lttng/types.h @@ -15,9 +15,9 @@ #define _LTTNG_PROBES_LTTNG_TYPES_H #include -#include -#include -#include +#include +#include +#include #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) \ };