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-rc2~18 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=f5204c9440be52e1b17bbb2c82450277ec02a583;hp=f5204c9440be52e1b17bbb2c82450277ec02a583;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 Signed-off-by: David Goulet ---