start to handle async rotation on the relay + basics for remote rotate_pending
[deliverable/lttng-tools.git] / src / common / kernel-consumer / kernel-consumer.c
index bdca6708721947f3fec0d24781feeb68f853c82e..4fb586c085f8f0fb6d439cdabecb941b9fb276d3 100644 (file)
@@ -1141,6 +1141,7 @@ int lttng_kconsumer_recv_cmd(struct lttng_consumer_local_data *ctx,
                                msg.u.rotate_channel.pathname,
                                msg.u.rotate_channel.relayd_id,
                                msg.u.rotate_channel.metadata,
+                               msg.u.rotate_channel.new_chunk_id,
                                ctx);
                if (ret < 0) {
                        ERR("Rotate channel failed");
This page took 0.026998 seconds and 5 git commands to generate.