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)
committerKarolin Seeger <kseeger@samba.org>
Wed, 15 Apr 2009 07:07:12 +0000 (09:07 +0200)
commit54a019cc9efef83f8cf0439fbaf5466c1653fd0c
tree9124d526274a83a0cd029a1eb95b0c87f2accf2c
parent98df601657ebd495408f31731a211dbe1b8b22cb
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)
(cherry picked from commit c742112da583809f47e40f2e4b48713d2e81edda)
lib/tevent/tevent.c
lib/tevent/tevent_epoll.c
lib/tevent/tevent_internal.h
lib/tevent/tevent_select.c
lib/tevent/tevent_standard.c