Re: [Libevent-users] [patch] more testcases

2011-10-21 Thread Nick Mathewson
On Thu, Oct 20, 2011 at 4:51 AM, Leonid Evdokimov wrote: > On Thu, Oct 20, 2011 at 06:52, Nick Mathewson wrote: >> On Wed, Oct 19, 2011 at 9:58 AM, Leonid Evdokimov wrote: > So it looks like bug in pinning/unpinning events to the self-debugging > hashmap. > > Be the way - maybe, all tests shou

[Libevent-users] locking / termination callback

2011-10-21 Thread Roman Puls
Hi Nick and friends, just a question and an idea: 1. locking assuming event_base supports and has a lock, is there an API to expose that particular lock towards the application? In some situations, it would help to avoid complex designs by sharing the lock. API could be like "int event_base_l