X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Flive.c;h=84057bfb4048bf4ab8f6b4c0c23ec27e55d30da1;hp=8f73cd27c3eb908b30258ce1fe9c78b340b97e84;hb=fb4d42ab5ddb624b0a1059fbd88bd9f90290971f;hpb=c7759e6a503ebd197dd6a84de0eeaa52fbd0e81f 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;