Cleanup relayd live comment
[lttng-tools.git] / src / bin / lttng-relayd / live.c
index 8f73cd27c3eb908b30258ce1fe9c78b340b97e84..84057bfb4048bf4ab8f6b4c0c23ec27e55d30da1 100644 (file)
@@ -245,9 +245,7 @@ void *thread_listener(void *data)
                goto error_sock_control;
        }
 
-       /*
-        * Pass 3 as size here for the thread quit pipe, control and data socket.
-        */
+       /* Pass 2 as size here for the thread quit pipe and control sockets. */
        ret = create_thread_poll_set(&events, 2);
        if (ret < 0) {
                goto error_create_poll;
This page took 0.024054 seconds and 5 git commands to generate.