Rename group action files to list files
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 20 Apr 2021 02:06:33 +0000 (22:06 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 22 Apr 2021 05:55:27 +0000 (01:55 -0400)
commitad63a966ae7a204528fa77599f92100d7341be7a
tree44315b9fa8b21dc0604626b4287400fd4a2ce0a0
parent702f26c8641ee4554c629d13b9367b1e93f96e31
Rename group action files to list files

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Iea4c2fe0a2d7001e8c05b4bb33c24e5641b193b0
14 files changed:
include/Makefile.am
include/lttng/action/group-internal.h [deleted file]
include/lttng/action/group.h [deleted file]
include/lttng/action/list-internal.h [new file with mode: 0644]
include/lttng/action/list.h [new file with mode: 0644]
include/lttng/lttng.h
src/bin/lttng-sessiond/action-executor.c
src/bin/lttng-sessiond/notification-thread-events.c
src/common/Makefile.am
src/common/actions/action.c
src/common/actions/group.c [deleted file]
src/common/actions/list.c [new file with mode: 0644]
src/common/error-query.c
tests/regression/tools/notification/base_client.c
This page took 0.026811 seconds and 4 git commands to generate.