action list: missing renames from previous name "group"
[lttng-tools.git] / include / lttng / action / list-internal.h
index 9e88422cafce47ae6918dc957ab85ca59f195082..4aca7fa2721bfd77ad2c1dc2b94d98e0d9cdb661 100644 (file)
@@ -19,15 +19,15 @@ struct lttng_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.
+ * list in `*list`. On failure, return -1.
  */
 LTTNG_HIDDEN
 extern ssize_t lttng_action_list_create_from_payload(
                struct lttng_payload_view *view,
-               struct lttng_action **group);
+               struct lttng_action **list);
 
 LTTNG_HIDDEN
 extern struct lttng_action *lttng_action_list_borrow_mutable_at_index(
-               const struct lttng_action *group, unsigned int index);
+               const struct lttng_action *list, unsigned int index);
 
 #endif /* LTTNG_ACTION_LIST_INTERNAL_H */
This page took 0.025039 seconds and 4 git commands to generate.