src.ctf.fs: make ctf_fs_trace's logger private
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 21 May 2024 17:06:21 +0000 (13:06 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 4 Sep 2024 19:05:14 +0000 (15:05 -0400)
commit51d13bc2369ca2e877ea7938be346233c24a25ec
tree28309a29d550fb9d287becec485cc9fd6b381a37
parent0934fa003959af15e446f92c46cec04256a3b6dc
src.ctf.fs: make ctf_fs_trace's logger private

Rename `ctf_fs_trace::logger` to `ctf_fs_trace::_mLogger` and make
private.  Pass a logger down to some functions that would previously get
it from the trace.

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