Re: [Libevent-users] Recuring timers

2010-03-29 Thread Nick Mathewson
On Mon, Mar 29, 2010 at 12:36 PM, M P wrote: > Is there a way to install timers that are not one-shot ? currently I > have to re-add the timer in the callback to make it restart, however, > it creates obvious drift. > I'm looking for a timer that restarts itself automatically... If you're using L

[Libevent-users] Recuring timers

2010-03-29 Thread M P
Is there a way to install timers that are not one-shot ? currently I have to re-add the timer in the callback to make it restart, however, it creates obvious drift. I'm looking for a timer that restarts itself automatically... Michael ***