Namespace private ABI lttng_transport_find symbol
[lttng-ust.git] / liblttng-ust-ctl / ustctl.c
index 8af55ea775951533e2dff87fabb782f41923a9d1..5fd54df82f62e03ad739dacf977177ac6fb01109 100644 (file)
@@ -1268,7 +1268,7 @@ struct ustctl_consumer_channel *
                return NULL;
        }
 
-       transport = lttng_transport_find(transport_name);
+       transport = lttng_ust_transport_find(transport_name);
        if (!transport) {
                DBG("LTTng transport %s not found\n",
                        transport_name);
This page took 0.023586 seconds and 4 git commands to generate.