src.ctf.lttng-live: make live_viewer_connection::{relay_hostname,target_hostname...
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 23 Jun 2022 15:13:31 +0000 (11:13 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 23 Aug 2022 16:06:16 +0000 (12:06 -0400)
commit2ec59b436244ccc74750abfc6a61c2e5c24ec752
tree9cadc39e771fbea98f6595c3471021cace85f9e1
parentd6ed88feef12c40a4e50d66fc50b8cd1f137c7af
src.ctf.lttng-live: make live_viewer_connection::{relay_hostname,target_hostname,session_name,proto} GStringUPs

These values come from GStrings from the common code, not yet C++-ified,
so it's simpler for now to use GStringUP to automatically manage the
GString lifetimes locally.  If the common code ever becomes C++, it can
all be replaced with std::string.

Change-Id: I913ab51488fc934cd049e530a2b7583cc1cefff6
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/8470
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/plugins/ctf/lttng-live/viewer-connection.cpp
src/plugins/ctf/lttng-live/viewer-connection.hpp
This page took 0.023952 seconds and 5 git commands to generate.