Refactoring: rename lttng_channel_create to lttng_channel_buffer_create
[lttng-modules.git] / src / lttng-abi.c
index d4760561d73469741f093d96003e2e3cf8020419..533b5fb4a6083c12e01055a632ff005b1dfefb55 100644 (file)
@@ -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,
This page took 0.025022 seconds and 4 git commands to generate.