sessiond: Add initial support for multiple LTTNG_UST_CTL_PATHs
authorKienan Stewart <kstewart@efficios.com>
Mon, 27 Nov 2023 16:32:42 +0000 (11:32 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 25 Oct 2024 20:24:08 +0000 (16:24 -0400)
commita3d9ed2388e96798b60441bba36f29657e4d7d8e
treee0e9a399a45a3f064fbfce505a3ae9ae56398152
parent8f896827f04943c99eafd5869def13bca657a6b9
sessiond: Add initial support for multiple LTTNG_UST_CTL_PATHs

LTTNG_UST_CTL_PATH may be separated with ':'. There is no provision
for escaping the ':' path separator (similar to `$PATH`). Subsequent
paths after the first are ignored.

Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I80f7d63e4be164f7afe3fe478794bd55c71c31fb
src/bin/lttng-sessiond/sessiond-config.cpp
src/common/utils.cpp
src/common/utils.hpp
This page took 0.025467 seconds and 4 git commands to generate.