X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-events.h;h=8dd9241d4cc5d1b77e5fc6b472db4f1aa44deb24;hb=7621c2671ae06e51103a3ddd70e8b7e1d8fefa8c;hp=17dd8d3a3c312ef35da53f4cbbdd4aba75d4a2f7;hpb=f61d99f9c276bc659f8789a15de19e00f2e3bc12;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; }; /*