Clean-up: kernel_consumer_add_stream() does not need to be public
[lttng-tools.git] / src / bin / lttng-sessiond / kernel-consumer.c
index 247894968534e0fdcaf53fdffaaa2b7d57a8ff19..49adabb72336b11d0255e3a1f1d2462b0a70601a 100644 (file)
@@ -277,6 +277,7 @@ error:
 /*
  * Sending a single stream to the consumer with command ADD_STREAM.
  */
+static
 int kernel_consumer_add_stream(struct consumer_socket *sock,
                struct ltt_kernel_channel *channel, struct ltt_kernel_stream *stream,
                struct ltt_kernel_session *session, unsigned int monitor)
This page took 0.023678 seconds and 5 git commands to generate.