Introduce LTTNG_UST_ALLOW_BLOCKING env. var.
[lttng-ust.git] / liblttng-ust-ctl / ustctl.c
index 8e2e8f1b8b4eabf7e617a585198d5dc296db2ee1..8c38ffaf05dfc169aa82be957ded5d1e4d9aee63 100644 (file)
@@ -1057,7 +1057,8 @@ struct ustctl_consumer_channel *
                        attr->switch_timer_interval,
                        attr->read_timer_interval,
                        attr->uuid, attr->chan_id,
-                       stream_fds, nr_stream_fds);
+                       stream_fds, nr_stream_fds,
+                       attr->blocking_timeout);
        if (!chan->chan) {
                goto chan_error;
        }
This page took 0.024195 seconds and 4 git commands to generate.