s3:lib/events: make use of tevent_common_loop_timer_delay()
commit2a4addf7335e32b5a81df260b89b6ef6315f297b
authorStefan Metzmacher <metze@samba.org>
Fri, 1 Mar 2013 08:27:29 +0000 (1 09:27 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 6 Mar 2013 09:11:59 +0000 (6 10:11 +0100)
tree290b0b2f497be8f506d8c468cd54c9dcedb024df
parentbb7da2c8f05606b1d8e210f8e9f9b1f2ab863224
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