lttng: reuse random_access_container_wrapper for session_list
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 6 Jun 2023 03:39:17 +0000 (23:39 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 6 Jun 2023 17:49:39 +0000 (13:49 -0400)
commitf74e820c5e8f81d6416f4557bce8b56ee6be4746
tree92b05933e54e45a9b4b42682ade1347ac20d1da1
parent6e11909ebb204e4a0f9651dc6c58f74c8376a094
lttng: reuse random_access_container_wrapper for session_list

Reimplement lttng::cli::session_list in terms of the
random_access_container_wrapper utility since the code is essentially
duplicated.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I99160a54d5d2dfa7cf65a6287b271e9c2238c510
src/bin/lttng/utils.cpp
src/bin/lttng/utils.hpp
src/common/container-wrapper.hpp
This page took 0.0245 seconds and 4 git commands to generate.