X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Flttng%2Faction%2Fgroup-internal.h;fp=include%2Flttng%2Faction%2Fgroup-internal.h;h=d587ef8c92104de8b71cdbd41788574cfd824e39;hb=c3e68e71e0bca1c067bf24447163ac6850a9b09e;hp=cddee55ed99cff01acb81e7e746bc556bd7d424d;hpb=11f6ce94d8fb73f017888681aaba5d7df55fc735;p=deliverable%2Flttng-tools.git 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 */