X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Faction%2Fgroup-internal.h;h=d587ef8c92104de8b71cdbd41788574cfd824e39;hp=cddee55ed99cff01acb81e7e746bc556bd7d424d;hb=refs%2Fheads%2Fsow-2020-0002-rev2;hpb=11f6ce94d8fb73f017888681aaba5d7df55fc735 diff --git a/include/lttng/action/group-internal.h b/include/lttng/action/group-internal.h index cddee55ed..d587ef8c9 100644 --- a/include/lttng/action/group-internal.h +++ b/include/lttng/action/group-internal.h @@ -26,4 +26,9 @@ extern ssize_t lttng_action_group_create_from_payload( struct lttng_payload_view *view, struct lttng_action **group); +LTTNG_HIDDEN +extern struct lttng_action *lttng_action_group_get_mutable_at_index( + struct lttng_action *group, + unsigned int index); + #endif /* LTTNG_ACTION_GROUP_INTERNAL_H */