Re: EXCEPTION and POLLPRI events

2015-07-06 Thread Marc Lehmann
On Mon, Jul 06, 2015 at 01:09:47PM +, "Morand, Guy" wrote: > However, to monitor a GPIO line, I need to get the EXCEPTION event from > select or the POLLPRI from poll. Unfortunately this event doesn't seem to be > implemented in libev and I can't use it out of the box. > > Before trying

EXCEPTION and POLLPRI events

2015-07-06 Thread Morand, Guy
Hello libev developpers! I'm writing a little application to monitor GPIO status on my embedded Linux device. I wanted to give libev a try, on the paper it looks really cool and fast. However, to monitor a GPIO line, I need to get the EXCEPTION event from select or the POLLPRI from poll. Unfo