cpp-common/bt2: `CompClsBridge`: pass init method data to user component constructors
[babeltrace.git] / src / plugins / utils / muxer / comp.cpp
index d81a4c29d932ce49345ee2772f92414666ba810e..ea2df4d03136316bd8df66ee8e034ab5547d26f8 100644 (file)
@@ -10,8 +10,8 @@
 
 namespace bt2mux {
 
-Comp::Comp(const bt2::SelfFilterComponent selfComp, const bt2::ConstMapValue params) :
-    bt2::UserFilterComponent<Comp> {selfComp, "PLUGIN/FLT.UTILS.MUXER"}
+Comp::Comp(const bt2::SelfFilterComponent selfComp, const bt2::ConstMapValue params, void *) :
+    bt2::UserFilterComponent<Comp, MsgIter> {selfComp, "PLUGIN/FLT.UTILS.MUXER"}
 {
     BT_CPPLOGI_STR("Initializing component.");
 
This page took 0.022346 seconds and 4 git commands to generate.