X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=lttng-events.h;h=c246860d87c4f2347037dced237fcbc8ed9bfecf;hb=c94ac1ac8ad4a732df9bc7adaa18114b3024d5aa;hp=1b4f39c40ce22060e068f13bf31754acc738faeb;hpb=79150a4903b5f31695fcd1d9655555ba6dc4bfa4;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index 1b4f39c4..c246860d 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -27,9 +27,9 @@ #include #include #include -#include "wrapper/uuid.h" -#include "lttng-abi.h" -#include "lttng-abi-old.h" +#include +#include +#include #define lttng_is_signed_type(type) (((type)(-1)) < 0) @@ -43,7 +43,6 @@ struct lib_ring_buffer_config; /* Type description */ -/* Update the astract_types name table in lttng-types.c along with this enum */ enum abstract_types { atype_integer, atype_enum, @@ -53,7 +52,6 @@ enum abstract_types { NR_ABSTRACT_TYPES, }; -/* Update the string_encodings name table in lttng-types.c along with this enum */ enum lttng_string_encodings { lttng_encode_none = 0, lttng_encode_UTF8 = 1,