Rename kernel_consumer_send_channel_stream()
[lttng-tools.git] / src / bin / lttng-sessiond / kernel-consumer.c
index ea16e1d1a7fb2b3711b8f73d0daba3938c5553e0..247894968534e0fdcaf53fdffaaa2b7d57a8ff19 100644 (file)
@@ -357,7 +357,7 @@ error:
  *
  * The consumer socket lock must be held by the caller.
  */
  *
  * The consumer socket lock must be held by the caller.
  */
-int kernel_consumer_send_channel_stream(struct consumer_socket *sock,
+int kernel_consumer_send_channel_streams(struct consumer_socket *sock,
                struct ltt_kernel_channel *channel, struct ltt_kernel_session *session,
                unsigned int monitor)
 {
                struct ltt_kernel_channel *channel, struct ltt_kernel_session *session,
                unsigned int monitor)
 {
@@ -444,7 +444,7 @@ int kernel_consumer_send_session(struct consumer_socket *sock,
 
        /* Send channel and streams of it */
        cds_list_for_each_entry(chan, &session->channel_list.head, list) {
 
        /* Send channel and streams of it */
        cds_list_for_each_entry(chan, &session->channel_list.head, list) {
-               ret = kernel_consumer_send_channel_stream(sock, chan, session,
+               ret = kernel_consumer_send_channel_streams(sock, chan, session,
                                monitor);
                if (ret < 0) {
                        goto error;
                                monitor);
                if (ret < 0) {
                        goto error;
This page took 0.023998 seconds and 4 git commands to generate.