Refactoring: UST types public interfaces
[lttng-ust.git] / liblttng-ust / lttng-ust-abi.c
index 428061295de57168e37a53e3ddcf25ce66a6f006..12cb91f736a59143bc1a73b79c8682a64d37be86 100644 (file)
@@ -444,7 +444,7 @@ int lttng_abi_map_channel(int session_objd,
 {
        struct lttng_ust_session *session = objd_private(session_objd);
        const char *transport_name;
-       const struct lttng_transport *transport;
+       struct lttng_transport *transport;
        const char *chan_name;
        int chan_objd;
        struct lttng_ust_shm_handle *channel_handle;
This page took 0.024624 seconds and 4 git commands to generate.