X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flttng-abi.c;h=533b5fb4a6083c12e01055a632ff005b1dfefb55;hb=6053e75e863ee76362cceb6912c001b738c11b13;hp=d4760561d73469741f093d96003e2e3cf8020419;hpb=6b757027d2404725d3ae002ae682f4db878adfbb;p=lttng-modules.git diff --git a/src/lttng-abi.c b/src/lttng-abi.c index d4760561..533b5fb4 100644 --- a/src/lttng-abi.c +++ b/src/lttng-abi.c @@ -550,7 +550,7 @@ int lttng_abi_create_channel(struct file *session_file, * We tolerate no failure path after channel creation. It will stay * invariant for the rest of the session. */ - chan = lttng_channel_create(session, transport_name, NULL, + chan = lttng_channel_buffer_create(session, transport_name, NULL, chan_param->subbuf_size, chan_param->num_subbuf, chan_param->switch_timer_interval,