From: Mathieu Desnoyers Date: Mon, 27 Jan 2014 04:28:06 +0000 (-0500) Subject: Cleanup relayd live comment X-Git-Tag: v2.5.0-rc1~235 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=fb4d42ab5ddb624b0a1059fbd88bd9f90290971f 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;