src.ctf.lttng-live: make lttng_live_stream_iterator::current_msg a bt2::Message:...
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 26 Jul 2022 21:39:18 +0000 (17:39 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 23 Aug 2022 16:06:16 +0000 (12:06 -0400)
commit1553d8629b358aba4da343f6d0e970a63d7e52c5
tree8bd6ef30591802682d666f3860f5ca7dc68de9a6
parentdff1c22340218289dcb03e93cf7fe10a76b8e042
src.ctf.lttng-live: make lttng_live_stream_iterator::current_msg a bt2::Message::Shared

Wrapped in an optional, because it is not set at construction, and its
value changes over time.  Adjust a bunch of related functions involved
in creating the message that ends up there.

Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Change-Id: I2dabd3b3e6d0d17ee2a23774863b160505a0b830
Reviewed-on: https://review.lttng.org/c/babeltrace/+/8458
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
This page took 0.024881 seconds and 5 git commands to generate.