From: Mathieu Desnoyers Date: Thu, 1 Mar 2012 03:30:17 +0000 (-0500) Subject: Fix: make ust consumer posix compliant for poll flags X-Git-Tag: v2.0.0-rc3~23 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=4078b776c9382a540125d810bcd7cca3a8c84bc8;hp=4078b776c9382a540125d810bcd7cca3a8c84bc8;p=lttng-tools.git Fix: make ust consumer posix compliant for poll flags poll flags can have both POLLHUP and POLLIN set, which is not expected by the consumer. Do not depend on this implementation-specific behavior. Signed-off-by: Mathieu Desnoyers ---