Namespace private ABI lttng_transport_find symbol
[lttng-ust.git] / liblttng-ust / lttng-ust-abi.c
index 38de2259fd585eda8417b85446d79c624795c6ca..c4e84f3ef21c219be038759891178f9c60c7b133 100644 (file)
@@ -522,7 +522,7 @@ int lttng_abi_map_channel(int session_objd,
                ret = -EINVAL;
                goto notransport;
        }
-       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.023545 seconds and 4 git commands to generate.