Create sink plugins
[babeltrace.git] / include / babeltrace / plugin / sink-internal.h
index f7b7bc4cbdfc0be76b4ae852e7f7a38d1fa85595..1bcd4ba599adf35e670709811ce6ff126c2364f0 100644 (file)
@@ -55,4 +55,15 @@ BT_HIDDEN
 extern struct bt_component *bt_component_sink_create(
                struct bt_component_class *class, const char *name);
 
+/**
+ * Allocate a sink component class.
+ *
+ * @param name                 Component instance name (will be copied)
+ * @returns                    A sink component class instance
+ */
+/* FIXME */
+BT_HIDDEN
+extern struct bt_component *bt_component_class_sink_create(
+               struct bt_component_class *class, const char *name);
+
 #endif /* BABELTRACE_PLUGIN_SINK_INTERNAL_H */
This page took 0.023935 seconds and 4 git commands to generate.