Rename action group to action list
[lttng-tools.git] / include / lttng / action / group-internal.h
index 0cb89d54bb80a76a66acd6e3fc74737017cd6b0c..9e88422cafce47ae6918dc957ab85ca59f195082 100644 (file)
@@ -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 <sys/types.h>
 
@@ -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 */
This page took 0.023589 seconds and 4 git commands to generate.