Add channel wakeup fd to monitor close
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index a6a4f1a91735911633a8d85d098e63cd01425417..5d9dc96c7925fd61d1efa44f43637e31df79b9e1 100644 (file)
@@ -256,7 +256,7 @@ static int create_ust_streams(struct lttng_consumer_channel *channel,
        while ((ustream = ustctl_create_stream(channel->uchan, cpu))) {
                int wait_fd;
 
-               wait_fd = ustctl_get_wait_fd(ustream);
+               wait_fd = ustctl_stream_get_wait_fd(ustream);
 
                /* Allocate consumer stream object. */
                stream = allocate_stream(cpu, wait_fd, channel, ctx, &ret);
This page took 0.023515 seconds and 4 git commands to generate.