Go to file
Mike Blumenkrantz 3fc5ceadd7 add ecore_main_fd_handler_file_add() for use with regular files.
epoll does not handle reading from files since it is only a mechanism for determining whether a fd is ready for read/write/error, and regular files are always ready. as a result, we must select on them explicitly without adding to the epoll fd

I realize that this is a feature freeze, but it's rather non-invasive and this is an absolute must-have to fix mounting for e17 so...sorry!


SVN revision: 74741
2012-08-01 14:37:24 +00:00
legacy add ecore_main_fd_handler_file_add() for use with regular files. 2012-08-01 14:37:24 +00:00