Decouple component class from plugin subsystem, remove component factory
[babeltrace.git] / plugins / trimmer / trimmer.c
index 333e7d12078c900a904a7e865266ce003f1e23f2..a29505d32806e00079cc8288e5fce51dc522a42d 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 "trimmer.h"
 #include "iterator.h"
 #include <assert.h>
@@ -391,7 +391,7 @@ BT_PLUGIN_AUTHOR("Jérémie Galarneau");
 BT_PLUGIN_LICENSE("MIT");
 
 BT_PLUGIN_COMPONENT_CLASSES_BEGIN
-BT_PLUGIN_FILTER_COMPONENT_CLASS_ENTRY("trimmer",
+BT_PLUGIN_COMPONENT_CLASS_FILTER_ENTRY("trimmer",
                "Ensure that trace notifications outside of a given range are filtered-out.",
                trimmer_component_init)
 BT_PLUGIN_COMPONENT_CLASSES_END
This page took 0.024605 seconds and 4 git commands to generate.