lttng: move session_list to the lttng::cli namespace
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 5 Jun 2023 21:39:39 +0000 (17:39 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 5 Jun 2023 21:39:39 +0000 (17:39 -0400)
commit6e11909ebb204e4a0f9651dc6c58f74c8376a094
treec4683fa804a0cf5bbd0a70e88cacdf115122bf86
parentb17ed2ad7083d1b0bf45fe3e1bfc4e4ad787aaf3
lttng: move session_list to the lttng::cli namespace

This is a preliminary step to re-use the random_access_container util to
replace the implementation of session_list. No behaviour change is
intended by this change.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I32d0354a6985b8c6fb58813cf880ef04a10678dd
src/bin/lttng/commands/destroy.cpp
src/bin/lttng/commands/start.cpp
src/bin/lttng/commands/stop.cpp
src/bin/lttng/utils.cpp
src/bin/lttng/utils.hpp
This page took 0.025557 seconds and 4 git commands to generate.