X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Faction%2Fgroup-internal.h;h=9e88422cafce47ae6918dc957ab85ca59f195082;hp=0cb89d54bb80a76a66acd6e3fc74737017cd6b0c;hb=702f26c8641ee4554c629d13b9367b1e93f96e31;hpb=8dbb86b8a981917165030d3a7fbbc2cb932888ed diff --git a/include/lttng/action/group-internal.h b/include/lttng/action/group-internal.h index 0cb89d54b..9e88422ca 100644 --- a/include/lttng/action/group-internal.h +++ b/include/lttng/action/group-internal.h @@ -5,8 +5,8 @@ * */ -#ifndef LTTNG_ACTION_GROUP_INTERNAL_H -#define LTTNG_ACTION_GROUP_INTERNAL_H +#ifndef LTTNG_ACTION_LIST_INTERNAL_H +#define LTTNG_ACTION_LIST_INTERNAL_H #include @@ -16,18 +16,18 @@ struct lttng_action; struct lttng_payload_view; /* - * Create an action group from a payload view. + * Create an action list from a payload view. * * On success, return the number of bytes consumed from `view`, and the created * group in `*group`. On failure, return -1. */ LTTNG_HIDDEN -extern ssize_t lttng_action_group_create_from_payload( +extern ssize_t lttng_action_list_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( +extern struct lttng_action *lttng_action_list_borrow_mutable_at_index( const struct lttng_action *group, unsigned int index); -#endif /* LTTNG_ACTION_GROUP_INTERNAL_H */ +#endif /* LTTNG_ACTION_LIST_INTERNAL_H */