src.ctf.fs: make ctf_fs_trace::metadata a unique_ptr
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 9 Jun 2022 15:19:30 +0000 (11:19 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 17 Apr 2024 17:57:53 +0000 (13:57 -0400)
commit2dba3a29673a2d53fc892f42256325610c578fa6
tree0fd1706afa9b0f4124694df44058c498a471d5df
parent1b19849c7dc6a73dbc1da5f84a82f2eb741dff58
src.ctf.fs: make ctf_fs_trace::metadata a unique_ptr

Introduce ctf_fs_metadata::UP and change the ctf_fs_trace::metadata
field to be of that type.

Change-Id: I0221ef7786cc8fb4c2e8a9264573ab5c2e5420d6
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/8286
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12324
Tested-by: jenkins <jenkins@lttng.org>
src/plugins/ctf/fs-src/data-stream-file.cpp
src/plugins/ctf/fs-src/fs.cpp
src/plugins/ctf/fs-src/fs.hpp
This page took 0.024062 seconds and 4 git commands to generate.