]> git.lttng.org Git - lttng-tools.git/commit
lttng-ctl: Add session shm_path to extended session attributes
authorKienan Stewart <kstewart@efficios.com>
Fri, 8 Nov 2024 20:59:00 +0000 (15:59 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 3 Dec 2024 18:35:00 +0000 (13:35 -0500)
commit8c914f59259a286cd684a252adb7c96ad15d5d05
tree6fe370c575c916df10976085027500c1ed87bee6
parented0cc87cf6b07e13293f384664cea8352339fef7
lttng-ctl: Add session shm_path to extended session attributes

Observed issue
==============

Once a session is created, any lttng clients have no way of checking
what the current shared memory path setting for a session is.

Solution
========

Expose the configure path via an attribute in the extended structure
of lttng sessions.

Known drawbacks
===============

None.

Change-Id: Ie257bcedfc913e09fc6a60e6b9387d2e8d4cb828
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/lttng/session-internal.hpp
include/lttng/session.h
src/bin/lttng-sessiond/cmd.cpp
src/lib/lttng-ctl/liblttng-ctl.sym
src/lib/lttng-ctl/lttng-ctl.cpp
This page took 0.030531 seconds and 4 git commands to generate.