From: Martin Mares Date: Wed, 28 Jul 2010 20:31:09 +0000 (+0200) Subject: Main: Test re-adding of timers X-Git-Tag: v5.0~129^2~30 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=31179a5dc82ef9fa83d22efaebedd6577a1aa21d;p=libucw.git Main: Test re-adding of timers --- diff --git a/ucw/mainloop.c b/ucw/mainloop.c index 77eb8d9e..50eb636d 100644 --- a/ucw/mainloop.c +++ b/ucw/mainloop.c @@ -673,6 +673,7 @@ static int dhook(struct main_hook *ho UNUSED) static void dtimer(struct main_timer *tm) { msg(L_INFO, "Timer tick"); + timer_add_rel(tm, 11000); timer_add_rel(tm, 10000); }