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

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

2010-07-01 Thread xiaobing jiang
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? 2.         ev->ev_pncalls = &ncalls;  // from event_process_active() he