Implement lttng_condition_event_rule_get_capture_bytecode_at_index
[lttng-tools.git] / include / lttng / condition / event-rule-internal.h
index 1f039c3475f8c5eec77084eee754d70e700aa1f1..0f2f3fbf6c3e7971a587bdb2bcdff3b8a79e3087 100644 (file)
@@ -64,4 +64,9 @@ enum lttng_error_code
 lttng_condition_event_rule_generate_capture_descriptor_bytecode(
                struct lttng_condition *condition);
 
+LTTNG_HIDDEN
+const struct lttng_bytecode *
+lttng_condition_event_rule_get_capture_bytecode_at_index(
+               const struct lttng_condition *condition, unsigned int index);
+
 #endif /* LTTNG_CONDITION_EVENT_RULE_INTERNAL_H */
This page took 0.022622 seconds and 4 git commands to generate.