start to handle async rotation on the relay + basics for remote rotate_pending
[deliverable/lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index 3a67c7d5b593a4861946b5f73c2a827dcdd4a58a..2a02568b0dd74b328743fa36ccdc7559e3885cd4 100644 (file)
@@ -1939,6 +1939,7 @@ int lttng_ustconsumer_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.025833 seconds and 5 git commands to generate.