[Libevent-users] in libevent-2.1.1-alpha cannot find the function event_base_loopcontinue

2012-09-19 Thread rqslt
Hi, everyone: Today i try the libevent-2.1.1-alpha , i download the source in the libevent homepage(libevent.org). I discover the version have many convenient funcition from the document(http://www.wangafu.net/~nickm/libevent-2.1/doxygen/html/). I want use the function event_base_loopcontinue(http:

Re: [Libevent-users] Equivalent of event_self_cbarg() in libevent-2.0?

2012-09-19 Thread Chirag Kantharia
On Wed, Sep 19, 2012 at 01:54:54AM +0300, Nir Soffer wrote: | But in this case you don't need to pass the event to the signal | handler. You can have only one signal handler per application, so | the cleanest way would be to make the signal event static in the | same module where you handle signals

Re: [Libevent-users] pthread_cond_timedwait realtime clock race

2012-09-19 Thread David Goulet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I can try to come up with a patch soon. I'll post it in this thread once done for review. Thanks! David Nick Mathewson: > On Tue, Sep 18, 2012 at 4:14 PM, David Goulet > wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 >> >> Hi everyone,