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)
commitfe4930b7fae084b664eef2342cf1e4b6a3daf698
tree852713e65287a8d29d479685b7b1ab7daed46c36
parenta4c0812af0132476dfd542ca212304de898fa7c7
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.
(This used to be commit 61503f822b60f98dd1f7549707ec89b48e32caeb)
source3/lib/events.c