Add filter component type
[babeltrace.git] / include / babeltrace / plugin / plugin-macros.h
index 26c3ebc35e8e91341fe14ee3b65881c5a37c533b..4fb107f938943092ee0440fd307a66fc57025ed1 100644 (file)
        bt_component_factory_register_sink_component_class(factory,             \
                        _name, _description, _init);
 
+#define BT_PLUGIN_FILTER_COMPONENT_CLASS_ENTRY(_name, _description, _init)     \
+       bt_component_factory_register_filter_component_class(factory,           \
+                       _name, _description, _init);
+
 #define BT_PLUGIN_COMPONENT_CLASSES_END                                                \
        return BT_COMPONENT_STATUS_OK;                                          \
 }                                                                              \
This page took 0.023104 seconds and 4 git commands to generate.