tevent: add tevent_common_loop_wait() helper function and use it
authorStefan Metzmacher <metze@samba.org>
Mon, 16 Mar 2009 13:15:07 +0000 (14:15 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 17 Mar 2009 18:58:57 +0000 (19:58 +0100)
commit940e61846e97ba62153d5b977b0823f196607743
tree22e0442255cd2d6eca42b6f260a7436c8181a716
parent0139befb915006d6ec9fec2734057c5c50b3c383
tevent: add tevent_common_loop_wait() helper function and use it

tevent_loop_wait should do the same for all backends.
It should loop as long as we have pending events.

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