Add "port connected" component class method
[babeltrace.git] / plugins / text / plugin.c
index a76910192af580bcba554a752a33b8b4ef579e7d..1449e7579c16c22f6b7fe55603fce861206c93da 100644 (file)
@@ -32,7 +32,7 @@ BT_PLUGIN_LICENSE("MIT");
 BT_PLUGIN_SINK_COMPONENT_CLASS(pretty, pretty_consume);
 BT_PLUGIN_SINK_COMPONENT_CLASS_INIT_METHOD(pretty, pretty_init);
 BT_PLUGIN_SINK_COMPONENT_CLASS_FINALIZE_METHOD(pretty, pretty_finalize);
-BT_PLUGIN_SINK_COMPONENT_CLASS_ACCEPT_PORT_CONNECTION_METHOD(pretty,
-       pretty_accept_port_connection);
+BT_PLUGIN_SINK_COMPONENT_CLASS_PORT_CONNECTED_METHOD(pretty,
+       pretty_port_connected);
 BT_PLUGIN_SINK_COMPONENT_CLASS_DESCRIPTION(pretty,
        "Pretty-printing text output (`text` format of Babeltrace 1)");
This page took 0.022694 seconds and 4 git commands to generate.