src.ctf.fs: modernize read_src_fs_parameters
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 26 Jul 2022 21:31:02 +0000 (17:31 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 23 Aug 2022 16:06:16 +0000 (12:06 -0400)
commitec0684fb829cc937793020575844eaa9200af571
tree519add5f713d8ea9fcb025f1f4156dde51086af5
parente96794b5e729caca40de8d466868d65c002e1e5d
src.ctf.fs: modernize read_src_fs_parameters

Change the input parameter `params` to be bt2::ConstMapValue.  Change
the return type to be of a new structure type containing all processed
parameters, rather than using output parameters and rather than setting
the clkClsCfg inside the ctf_fs object directly.  Change the type of the
parameters of ctf_fs_component_create_ctf_fs_trace and other helper
functions accordingly.

Change-Id: I2ba5aca22f907ffcfbdd19c8d8077e17d0c47a71
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/8421
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/plugins/ctf/fs-src/fs.cpp
src/plugins/ctf/fs-src/fs.hpp
src/plugins/ctf/fs-src/query.cpp
This page took 0.023931 seconds and 5 git commands to generate.