Clean-up: consumerd: reduce duplication of stream output close code
[lttng-tools.git] / src / common / consumer / consumer-stream.hpp
index a8e5ddd5507b3a31ed7db90e50406a89ddab2dfe..ae43f732259a92aea78146b8621cf709eb90f23c 100644 (file)
@@ -41,7 +41,7 @@ struct lttng_consumer_stream *consumer_stream_create(
  * The stream lock MUST be acquired.
  * The consumer data lock MUST be acquired.
  */
-void consumer_stream_close(struct lttng_consumer_stream *stream);
+void consumer_stream_close_output(struct lttng_consumer_stream *stream);
 
 /*
  * Close stream on the relayd side. This call can destroy a relayd if the
This page took 0.023157 seconds and 4 git commands to generate.