tevent: let tevent_loop_once() just run one fd event
authorStefan Metzmacher <metze@samba.org>
Mon, 16 Mar 2009 11:34:23 +0000 (12:34 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 17 Mar 2009 18:58:55 +0000 (19:58 +0100)
commit3af7db3dce0e5529114f6969e9905c6d4c65dfe8
treea11a2a743fda6408044725ae1ef45c5643774dc3
parent77d2cd1ff7dab3a7a76449bfb3fe1d6e80df292b
tevent: let tevent_loop_once() just run one fd event

This makes the logic much simpler for the callers,
and matches the samba3 behavior.

If needed we can add performance tunning for tevent_loop_wait()
later.

metze
lib/tevent/tevent_epoll.c
lib/tevent/tevent_select.c
lib/tevent/tevent_standard.c