[Libevent-users] Re: cmake build harness

2010-07-07 Thread Nick Mathewson
2010/5/31 Brodie Thiesfield : > Hi all, > > I've updated the cmake build harness that Alexey Ozeritsky supplied, and > I've updated it to build the latest source both released and in git. > I've tested the build on both Windows (VC 2008) and Linux (gcc 4.4) and > apart from warnings it builds. > >

Re: [Libevent-users] the usage of ev_pncalls in struct event

2010-07-07 Thread Nick Mathewson
On Thu, Jul 1, 2010 at 11:31 AM, xiaobing jiang wrote: > hi all: >     what's the usage of ev_pncalls in struct event? why not direct > use ev_ncalls? > > two question: > 1. in libevent 1.4.14, it seems only used in event_process_active(), > but in libeven2 it used in event_signal_closure. why? B