X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-events.h;h=8dd9241d4cc5d1b77e5fc6b472db4f1aa44deb24;hb=3834b99f4341209754c4955ec853dc250b33ed4b;hp=17dd8d3a3c312ef35da53f4cbbdd4aba75d4a2f7;hpb=3980750d0727154b271c416f562782ffd8710c84;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index 17dd8d3a..8dd9241d 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -55,6 +55,8 @@ enum abstract_types { atype_array_compound, /* Array of compound types. */ atype_sequence_compound, /* Sequence of compound types. */ atype_variant, + atype_array_bitfield, + atype_sequence_bitfield, NR_ABSTRACT_TYPES, }; @@ -275,6 +277,7 @@ struct lttng_bytecode_runtime { const char *filter_stack_data); int link_failed; struct list_head node; /* list of bytecode runtime in event */ + struct lttng_event *event; }; /*