cpp-common/bt2: move `ConstPluginSet` to `plugin-set.hpp`
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 16 Feb 2024 19:31:12 +0000 (14:31 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 29 Feb 2024 23:46:23 +0000 (18:46 -0500)
commit4993dc419ac787ef47379645b0372ba09799f3ba
tree5f05a8058bdd4617d44ea936b9e49f1cebf24e69
parent9ade9a3bbc773a70ee8e1d4eae8e712b2cdb5938
cpp-common/bt2: move `ConstPluginSet` to `plugin-set.hpp`

A subsequent patch will introduce `bt2::ConstPlugin`.  It makes more
sense to have `bt2::ConstPluginSet` in `plugin-set.hpp`.

Change-Id: I84996f34aec325eb2336335a73fdb5e857253c96
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11820
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
src/Makefile.am
src/cpp-common/bt2/plugin-set.hpp [new file with mode: 0644]
src/cpp-common/bt2/plugin.hpp
tests/lib/test-plugin-init-fail.cpp
This page took 0.024469 seconds and 4 git commands to generate.