Filter: index array, sequences, implement bitwise binary operators
[lttng-modules.git] / lttng-events.h
index 17dd8d3a3c312ef35da53f4cbbdd4aba75d4a2f7..8dd9241d4cc5d1b77e5fc6b472db4f1aa44deb24 100644 (file)
@@ -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;
 };
 
 /*
This page took 0.023303 seconds and 4 git commands to generate.