src.ctf.fs: make ctf_fs_ds_file_create return a unique_ptr
authorSimon Marchi <simon.marchi@efficios.com>
Sat, 9 Dec 2023 14:37:28 +0000 (14:37 +0000)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 17 Apr 2024 17:57:53 +0000 (13:57 -0400)
commit89f88383db49cadfb3ad68e5a1ccae0de77a98e6
treec3a391b5810d9512bcf779df491b090d5b0e04b5
parent3199f1bafdb9e80278a77a9a629f6208eb0a5d52
src.ctf.fs: make ctf_fs_ds_file_create return a unique_ptr

Introduce ctf_fs_ds_file::UP, make ctf_fs_ds_file_create return it.

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