common/ecore-glue: try to emulate HUP I/O events
authorKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 27 Sep 2012 11:34:32 +0000 (14:34 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Fri, 26 Oct 2012 16:03:51 +0000 (19:03 +0300)
commit6b5001d08c8ddaef47e08e9360fef8b055d9c89d
tree1b19f70db65aa7712c13ab0a950f84b9d8e2a977
parent46a940fdb216b07173017f48c8f70ed5a119970c
common/ecore-glue: try to emulate HUP I/O events

Try to emulate HUP I/O events on top of ecore main loop using
recv/MSG_PEEK whenever the fd becomes readable and the user has
subscribed for HUP events. Fortunately this is not needed as we
only use ecore I/O watches to monitor our epoll fd. I've added
it just for the sake of completeness.
src/common/ecore-glue.c