On Tue, 15.10.13 18:22, David Strauss (da...@davidstrauss.net) wrote: > > This appears to be a case of having more than one source enabled for > the same fd, even if they're for different conditions (EPOLLIN vs. > EPOLLOUT). I'm looking now at changing the code to use only one source > but in a disabled, EPOLLIN only, EPOLLIN only, or EPOLLIN | EPOLLOUT > state.
This is explicitly not supported by epoll, as discussed earlier. You should get an EEXIST if you try to do this, and rightfully so. Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel