Decouple component class from plugin subsystem, remove component factory
[babeltrace.git] / plugins / muxer / muxer.c
index ba78cfb0dde15f8860c10f22f7cd9b308a303131..6cd355e5c94a85939ff6fa59d5182428e717bcb2 100644 (file)
  * SOFTWARE.
  */
 
-#include <babeltrace/plugin/plugin-macros.h>
-#include <babeltrace/plugin/component.h>
-#include <babeltrace/plugin/filter.h>
-#include <babeltrace/plugin/notification/notification.h>
-#include <babeltrace/plugin/notification/iterator.h>
-#include <babeltrace/plugin/notification/event.h>
+#include <babeltrace/plugin/plugin-dev.h>
+#include <babeltrace/component/component.h>
+#include <babeltrace/component/filter.h>
+#include <babeltrace/component/notification/notification.h>
+#include <babeltrace/component/notification/iterator.h>
+#include <babeltrace/component/notification/event.h>
 #include "muxer.h"
 
 static
@@ -96,7 +96,7 @@ BT_PLUGIN_AUTHOR("Jérémie Galarneau");
 BT_PLUGIN_LICENSE("MIT");
 
 BT_PLUGIN_COMPONENT_CLASSES_BEGIN
-BT_PLUGIN_FILTER_COMPONENT_CLASS_ENTRY("muxer",
+BT_PLUGIN_COMPONENT_CLASS_FILTER_ENTRY("muxer",
                "Time-correlate multiple traces.",
                muxer_component_init)
 BT_PLUGIN_COMPONENT_CLASSES_END
This page took 0.024486 seconds and 4 git commands to generate.