Relayd add_stream command handle tracefile rotation
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index bc0f585385814f1ba25be632f2a21fbd04232de9..5581dce191dc760e324a966c331e14b88bc7fc45 100644 (file)
@@ -223,7 +223,9 @@ static int send_stream_to_relayd(struct lttng_consumer_stream *stream)
                pthread_mutex_lock(&relayd->ctrl_sock_mutex);
                /* Add stream on the relayd */
                ret = relayd_add_stream(&relayd->control_sock, stream->name,
-                               stream->chan->pathname, &stream->relayd_stream_id);
+                               stream->chan->pathname, &stream->relayd_stream_id,
+                               stream->chan->tracefile_size,
+                               stream->chan->tracefile_count);
                pthread_mutex_unlock(&relayd->ctrl_sock_mutex);
                if (ret < 0) {
                        goto error;
This page took 0.02412 seconds and 4 git commands to generate.