]> git.lttng.org Git - lttng-tools.git/commitdiff
Clean-up: consumer: fix comment style
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 17 Jan 2025 21:36:56 +0000 (21:36 +0000)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 17 Jan 2025 21:37:23 +0000 (21:37 +0000)
Change-Id: I4742c496d4f22eecdaa503e603463214c34610bd
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/consumer/consumer.cpp

index a44d397d0b2b8118138c0b7b53cef9674b6becc9..c4a0ef364e23bd96f4ab572353a73c6875d168d1 100644 (file)
@@ -2945,8 +2945,6 @@ void *consumer_thread_channel_poll(void *data)
                                                lttng_ht_add_unique_u64(channel_ht,
                                                                        &chan->wait_fd_node);
                                                /* Add channel to the global poll events list */
-                                               // FIXME: Empty flag on a pipe pollset, this might
-                                               // hang on FreeBSD.
                                                lttng_poll_add(&events, chan->wait_fd, 0);
                                                break;
                                        }
This page took 0.031414 seconds and 4 git commands to generate.