From: David Goulet Date: Thu, 29 Aug 2013 14:38:12 +0000 (-0400) Subject: Fix: remove bad check after epoll wait in consumer X-Git-Tag: v2.3.0-rc3~6 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=df8178078e1edef5bcdf650547fc70be7936f33a;hp=df8178078e1edef5bcdf650547fc70be7936f33a;p=lttng-tools.git Fix: remove bad check after epoll wait in consumer The returned nb_fd value is the number of FD ready for the requested I/O so having and revents set to 0 is possible since not all fd are ready thus making this check irrelevant and actually ressource consuming. Signed-off-by: David Goulet ---