X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttng-events.c;h=fba5a8eb8fbcd304cd02d2c700d5ebdc47ac83b2;hb=5f5ddf015e2f7aea813b99ef61d80a7af051c5b9;hp=a062044698b95e218f2fcb05b41cec8170e33cd6;hpb=863497faa1facd29322a990accfd911c8c55b2cc;p=lttng-modules.git diff --git a/lttng-events.c b/lttng-events.c index a0620446..fba5a8eb 100644 --- a/lttng-events.c +++ b/lttng-events.c @@ -232,9 +232,9 @@ struct lttng_channel *lttng_channel_create(struct lttng_session *session, * headers. Therefore the "chan" information used as input * should be already accessible. */ - chan->chan = transport->ops.channel_create("[lttng]", chan, buf_addr, - subbuf_size, num_subbuf, switch_timer_interval, - read_timer_interval); + chan->chan = transport->ops.channel_create(transport_name, + chan, buf_addr, subbuf_size, num_subbuf, + switch_timer_interval, read_timer_interval); if (!chan->chan) goto create_error; chan->enabled = 1;