aboutsummaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils.c b/utils.c
index 380f978..800c31a 100644
--- a/utils.c
+++ b/utils.c
@@ -1161,6 +1161,7 @@ poller_set (struct poller *self, struct poller_fd *fd)
modifying ? EPOLL_CTL_MOD : EPOLL_CTL_ADD, fd->fd, &event) != -1);
}
+// FIXME: this is by far the slowest function in the whole program
static void
poller_remove_from_dispatch (struct poller *self, const struct poller_fd *fd)
{