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:
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
-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,