X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.cpp;h=c1abb58df616f036e3f76a9a13959c74d217883b;hp=3272c129fe353c2ad6b75f3f359391ce55ced9bf;hb=d119bd017a99d56ad36901ce8f2175a8ea3b5e5e;hpb=a4beac76c09632fda439fac25fdb0f7191234191 diff --git a/src/common/consumer/consumer.cpp b/src/common/consumer/consumer.cpp index 3272c129f..c1abb58df 100644 --- a/src/common/consumer/consumer.cpp +++ b/src/common/consumer/consumer.cpp @@ -2167,7 +2167,7 @@ void consumer_del_metadata_stream(struct lttng_consumer_stream *stream, consumer_stream_delete(stream, ht); /* Close down everything including the relayd if one. */ - consumer_stream_close(stream); + consumer_stream_close_output(stream); /* Destroy tracer buffers of the stream. */ consumer_stream_destroy_buffers(stream);