From: Mathieu Desnoyers Date: Mon, 27 Jan 2014 04:28:06 +0000 (-0500) Subject: Cleanup relayd live comment X-Git-Tag: v2.4.0-rc4~7 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=ed9fae0958ef52d109840f21cd3d61d58276ad72;hp=532ed517917f8bd6a0a1c8d1ba929d8402e2dd1d;p=lttng-tools.git Cleanup relayd live comment Signed-off-by: Mathieu Desnoyers --- diff --git a/src/bin/lttng-relayd/live.c b/src/bin/lttng-relayd/live.c index 8f73cd27c..84057bfb4 100644 --- a/src/bin/lttng-relayd/live.c +++ b/src/bin/lttng-relayd/live.c @@ -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;