src.ctf.fs: make ctf_fs_ds_index_entry_create return a unique_ptr
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 4 Dec 2023 21:13:53 +0000 (21:13 +0000)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 17 Apr 2024 17:57:53 +0000 (13:57 -0400)
commitc05e140522070881b7beecc1a74249d3f6d6643c
treeab8f646f20832138be5f0a94f55b84915d8b6b36
parentfe2f9cda63e15a502a79677034779433986b1652
src.ctf.fs: make ctf_fs_ds_index_entry_create return a unique_ptr

Introduce ctf_fs_ds_index_entry::UP and make
ctf_fs_ds_index_entry_create return that.  Modify a few functions in
data-stream-file.cpp that deal with this.

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