SoW-2020-0002: Trace Hit Counters
[lttng-tools.git] / src / common / actions / group.c
index 4ac239c9d62c14f43c7b2ddf0623c5e901aeaf5d..f7bbfd5a9155aac87fd93fb6b211466b7ea0435b 100644 (file)
@@ -353,3 +353,11 @@ const struct lttng_action *lttng_action_group_get_at_index(
 end:
        return action;
 }
+
+struct lttng_action *lttng_action_group_get_mutable_at_index(
+               struct lttng_action *group,
+               unsigned int index)
+{
+       return (struct lttng_action *) lttng_action_group_get_at_index(
+                       (const struct lttng_action *) group, index);
+}
This page took 0.025352 seconds and 5 git commands to generate.