X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttng-events.h;h=2eccf8692864f2cfae6ea1809e085fe058482976;hb=fa91fcac4c680df04d6860ff365976d8ad08559b;hp=1b4f39c40ce22060e068f13bf31754acc738faeb;hpb=79150a4903b5f31695fcd1d9655555ba6dc4bfa4;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index 1b4f39c4..2eccf869 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -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,