X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs-sink%2Fwriter.c;h=ccd57fdd0709bd90a9f044a67a4a3d8749c717c5;hb=28e6ca8b6e08d1cdd1af81ae819aa39baa206eaf;hp=d9166834e02580495e62fc353f2e1a5d37294c92;hpb=a2d06fd591146b06535f3de6eae5cbeffd4e64c8;p=babeltrace.git diff --git a/plugins/ctf/fs-sink/writer.c b/plugins/ctf/fs-sink/writer.c index d9166834..ccd57fdd 100644 --- a/plugins/ctf/fs-sink/writer.c +++ b/plugins/ctf/fs-sink/writer.c @@ -210,7 +210,7 @@ void writer_component_port_connected( writer = bt_private_component_get_user_data(component); BT_ASSERT(writer); BT_ASSERT(!writer->input_iterator); - connection = bt_private_port_get_private_connection(self_port); + connection = bt_private_port_get_connection(self_port); BT_ASSERT(connection); conn_status = bt_private_connection_create_notification_iterator( connection, &writer->input_iterator); @@ -305,7 +305,7 @@ enum bt_component_status writer_component_init( goto end; } - ret = bt_private_component_sink_add_input_private_port(component, + ret = bt_private_component_sink_add_input_port(component, "in", NULL, NULL); if (ret != BT_COMPONENT_STATUS_OK) { goto end;