X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Faction%2Fgroup-internal.h;h=0cb89d54bb80a76a66acd6e3fc74737017cd6b0c;hp=cddee55ed99cff01acb81e7e746bc556bd7d424d;hb=2d57482cbac710612a36b7beae7b59c277006185;hpb=5b2c0a3e186f860a928413c7fa41ee86e7464f56 diff --git a/include/lttng/action/group-internal.h b/include/lttng/action/group-internal.h index cddee55ed..0cb89d54b 100644 --- a/include/lttng/action/group-internal.h +++ b/include/lttng/action/group-internal.h @@ -26,4 +26,8 @@ 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_borrow_mutable_at_index( + const struct lttng_action *group, unsigned int index); + #endif /* LTTNG_ACTION_GROUP_INTERNAL_H */