src.ctf.lttng-live: make lttng_live_trace::trace a bt2::Trace::Shared
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 26 Jul 2022 21:28:38 +0000 (17:28 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 23 Aug 2022 16:06:16 +0000 (12:06 -0400)
commit071ce18042f46c7734a0278e26137156feedf832
treeb210b4bf5c37b0aaabc24ef9edd9ed7413887aa4
parent4ab7e8a3512522b02730a366ad3ac85a316093ae
src.ctf.lttng-live: make lttng_live_trace::trace a bt2::Trace::Shared

Use the C++ wrapper to hold the reference to the trace.  Wrap it
in an optional, since it's not assigned at creation.

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