Pass the consumerd stream's trace archive id to the relayd
[lttng-tools.git] / src / common / consumer / consumer.c
index 3e991c8c71035f6ee9f43f768db27247209e8707..afc346333c5dc780a57c2bb86a548a9b0c60d82f 100644 (file)
@@ -808,7 +808,8 @@ int consumer_send_relayd_stream(struct lttng_consumer_stream *stream,
                pthread_mutex_lock(&relayd->ctrl_sock_mutex);
                ret = relayd_add_stream(&relayd->control_sock, stream->name,
                                path, &stream->relayd_stream_id,
-                               stream->chan->tracefile_size, stream->chan->tracefile_count);
+                               stream->chan->tracefile_size, stream->chan->tracefile_count,
+                               stream->trace_archive_id);
                pthread_mutex_unlock(&relayd->ctrl_sock_mutex);
                if (ret < 0) {
                        goto end;
This page took 0.022827 seconds and 4 git commands to generate.