Fix: Remove LPOLLNVAL from consumer metadata revents
authorDavid Goulet <dgoulet@efficios.com>
Tue, 18 Sep 2012 15:13:33 +0000 (11:13 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 18 Sep 2012 15:13:33 +0000 (11:13 -0400)
commit4adabd6161a6decfcd21108b45df6959c34de74c
tree2abe78aef7556c7c3398c5d61219577eeb046d52
parent590b9e3c8fdaf2912d5919244a475f0e2f32f1b5
Fix: Remove LPOLLNVAL from consumer metadata revents

Without epoll(7), this value does not exist in the compat layer. For
now, this poll error is set within the LPOLLHUP in the poll(2) compat
header and POLLNVAL of epoll is set to POLLHUP so we basically don't
need it at all if we simply use the LPOLLHUP code.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/consumer.c
This page took 0.024735 seconds and 4 git commands to generate.