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>
Wed, 18 Mar 2009 15:48:15 +0000 (16:48 +0100)
commitc742112da583809f47e40f2e4b48713d2e81edda
treea1595061930114046e70a2a08ab0d22e942840be
parentc0bc27fc57260191e35464b63e114163d291d4da
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
(cherry picked from commit 940e61846e97ba62153d5b977b0823f196607743)
lib/tevent/tevent.c
lib/tevent/tevent_epoll.c
lib/tevent/tevent_internal.h
lib/tevent/tevent_select.c
lib/tevent/tevent_standard.c