Merge branch 'master' into dev
[lttng-ust.git] / liblttng-ust / ltt-events.c
index dcc64a55044d6edadc9aacedec273fabe4545e81..ac2b20f7938dbe8ff036b720d9be8427d6aba241 100644 (file)
@@ -455,7 +455,7 @@ struct ltt_channel *ltt_channel_create(struct ltt_session *session,
         * headers. Therefore the "chan" information used as input
         * should be already accessible.
         */
-       chan = transport->ops.channel_create("[lttng]", buf_addr,
+       chan = transport->ops.channel_create(transport_name, buf_addr,
                        subbuf_size, num_subbuf, switch_timer_interval,
                        read_timer_interval, shm_fd, wait_fd,
                        memory_map_size, chan_priv_init);
This page took 0.026177 seconds and 4 git commands to generate.