condition: introduce lttng_capture_descriptor struct
[lttng-tools.git] / include / lttng / condition / event-rule-internal.h
index 55b61949a0406688f48ec9ddf4e6e4d3115a689e..241ec571df77316b8827b6619e0c736ed2d00fec 100644 (file)
 #include <lttng/condition/evaluation-internal.h>
 #include <common/dynamic-array.h>
 
+struct lttng_capture_descriptor {
+       struct lttng_event_expr *event_expression;
+       struct lttng_bytecode *bytecode;
+};
+
 struct lttng_condition_event_rule {
        struct lttng_condition parent;
        struct lttng_event_rule *rule;
 
-       /* Array of `struct lttng_event_expr *`. */
+       /* Array of `struct lttng_capture_descriptor *`. */
        struct lttng_dynamic_pointer_array capture_descriptors;
 };
 
This page took 0.022802 seconds and 4 git commands to generate.