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 ***

Re: [Libevent-users] A patch for evrpc, allowing extra argument of request_new and reply_new

2010-03-29 Thread Shuo Chen
Another patch to make libevent2 working with Google protocol buffers. It provides access to the evrpc_req_generic struct members. http://evproto.googlecode.com/svn/trunk/libevent-2.0.4-alpha-get-request-reply.patch To be applied after this patch: http://evproto.googlecode.com/svn/trunk/libevent-2.