Rename action group to action list
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 20 Apr 2021 01:57:13 +0000 (21:57 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 22 Apr 2021 05:54:46 +0000 (01:54 -0400)
commit702f26c8641ee4554c629d13b9367b1e93f96e31
tree5ffea721f6ba449edfeac6db0d290d1fd5f7464b
parent8dbb86b8a981917165030d3a7fbbc2cb932888ed
Rename action group to action list

This is necessary to convey that the `group` an ordered sequence of
actions. We use the term `list` to put an emphasis on the ordered nature
of the group.

Files rename follows.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Idb85d8ca5b60947d8dc3d43d98c8d915bf34c3f2
13 files changed:
include/lttng/action/group-internal.h
include/lttng/action/group.h
src/bin/lttng-sessiond/action-executor.c
src/bin/lttng-sessiond/notification-thread-events.c
src/bin/lttng/commands/add_trigger.c
src/bin/lttng/commands/list_triggers.c
src/common/actions/action.c
src/common/actions/group.c
src/common/error-query.c
tests/regression/tools/notification/base_client.c
tests/regression/tools/notification/test_notification_multi_app
tests/regression/tools/trigger/utils/notification-client.c
tests/regression/tools/trigger/utils/register-some-triggers.c
This page took 0.025938 seconds and 4 git commands to generate.