s3:lib/events: make use of tevent_common_loop_timer_delay()
commitd9a69e6dbf61cffd6be473a460f6671573aa8564
authorStefan Metzmacher <metze@samba.org>
Fri, 1 Mar 2013 08:27:29 +0000 (1 09:27 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 1 Mar 2013 19:58:20 +0000 (1 11:58 -0800)
tree96e44c5c6f26a2b77b875609fe49b40fb782f655
parent8ac431a22e45611d4bbded67c4c8bd864c343a8f
s3:lib/events: make use of tevent_common_loop_timer_delay()

This is critical as we also use tevent_common_add_timer().
And if the common code does internal changes, it may affects
both tevent_common_add_timer() and tevent_common_loop_timer_delay()
together!

Without this we rely on a specific behavior and version of
tevent.

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