src.ctf.fs: remove ctf_fs_ds_index::UP
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 26 Jul 2022 21:25:48 +0000 (17:25 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 23 Aug 2022 16:06:16 +0000 (12:06 -0400)
commit979732e35c06658052012f64cd3a986ff96be7dd
tree00dbeadcbc961dec813a4ca5566c46a4f25f23aa
parent3505f709fbc718497d37d59567ebe23c74c23671
src.ctf.fs: remove ctf_fs_ds_index::UP

We don't need to dynamically allocate ctf_fs_ds_index objects, we can
store / return / pass objects directly.  Remove ctf_fs_ds_index::UP and
update all users.

Change-Id: I7ce9de83b111c782299a1caebea3ead0fd945cb5
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/8401
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
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
src/plugins/ctf/fs-src/query.cpp
This page took 0.032855 seconds and 5 git commands to generate.