7 Sep
2009
7 Sep
'09
12:46 p.m.
On Mon, 07 Sep 2009 13:33:25 +0200, Igor R
I have used a deadline_timer to generate a polling every 1 second. Unfortunely when I use the linux date command the timing is curupted. (If I set the clock back 1 min. I will be missing 60 pollings). What can I do about that?
Do you use expire_from_now()?
Well I did not. I used expires_at(expires_at() + TIMETOADD); because that is the behaviour that is specified for the timer function that I'm implementing. but I have just tested expire_from_now(). And it does the exact same thing.