Fix: make ust consumer posix compliant for poll flags
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 1 Mar 2012 03:30:17 +0000 (22:30 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 1 Mar 2012 03:30:17 +0000 (22:30 -0500)
commit4078b776c9382a540125d810bcd7cca3a8c84bc8
tree522ce16c1c045a9d63fdb2a1945e0b29890feea1
parent87dc6a9c2c936cf4386043083412c695a914cb36
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 <mathieu.desnoyers@efficios.com>
src/common/consumer.c
src/common/consumer.h
src/common/kernel-consumer/kernel-consumer.c
src/common/kernel-consumer/kernel-consumer.h
src/common/ust-consumer/ust-consumer.c
src/common/ust-consumer/ust-consumer.h
This page took 0.027198 seconds and 5 git commands to generate.