tevent: add std_event_loop_wait()
authorStefan Metzmacher <metze@samba.org>
Sun, 17 Feb 2013 15:41:41 +0000 (16:41 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 1 Mar 2013 20:00:24 +0000 (12:00 -0800)
commit5b9218a3c267cb51a389af14e88f5b4a0d3a77ea
tree00bc313a140ce53f123d26059f449fd0827d3688
parent3fc93164fb83e396e2b757672d65269509fa7148
tevent: add std_event_loop_wait()

We also need to fallback in tevent_loop_wait()
otherwise we might miss events in the poll->fresh list.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/tevent/tevent_standard.c