Add filter component type
[babeltrace.git] / include / babeltrace / plugin / component-factory.h
index a04ee3d1ee63d84a4cc0bbf381e194c8e4400d25..a36d6b72eae2a189d583677c600bd09e589dff2e 100644 (file)
@@ -148,6 +148,11 @@ bt_component_factory_register_sink_component_class(
                struct bt_component_factory *factory, const char *name,
                const char *description, bt_component_init_cb init);
 
+extern enum bt_component_factory_status
+bt_component_factory_register_filter_component_class(
+               struct bt_component_factory *factory, const char *name,
+               const char *description, bt_component_init_cb init);
+
 #ifdef __cplusplus
 }
 #endif
This page took 0.0239740000000001 seconds and 4 git commands to generate.