Introduce "--blocking-timeout" channel parameter
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index 147fe8aafe899a092a91ee8be58357786d7f074f..99803a693f95b0beffaff9eef4313b521ce2f2e9 100644 (file)
@@ -1456,6 +1456,7 @@ int lttng_ustconsumer_recv_cmd(struct lttng_consumer_local_data *ctx,
                attr.read_timer_interval = msg.u.ask_channel.read_timer_interval;
                attr.chan_id = msg.u.ask_channel.chan_id;
                memcpy(attr.uuid, msg.u.ask_channel.uuid, sizeof(attr.uuid));
+               attr.blocking_timeout= msg.u.ask_channel.blocking_timeout;
 
                /* Match channel buffer type to the UST abi. */
                switch (msg.u.ask_channel.output) {
This page took 0.024056 seconds and 5 git commands to generate.