Enable multiple fd events on a single file descriptor
authorVolker Lendecke <vl@samba.org>
Tue, 1 Apr 2008 13:29:59 +0000 (15:29 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 14 Apr 2008 11:13:47 +0000 (13:13 +0200)
commit61503f822b60f98dd1f7549707ec89b48e32caeb
tree757d66713d8e9eb04b32489ad20a871f64b9c608
parent155d62ddfd3584d44a493c2aa1ea7f096bcff432
Enable multiple fd events on a single file descriptor

Now we can have multiple events listen on a single fd. The order in which they
are called is naturally not defined, meaning that it is only deterministic if
exactly one event is readable or writeable.
source/lib/events.c