Hi,

I've been tracking down a bug with boehm gc prematurely collecting the
bufferevent callback arg value.  This occurs when one is the middle of
processing another bufferevent in the read callback.

I've tried to grok the code to understand how one would get from the
eventbase to the other bufferevent, so I can check where the boehm gc
is losing the pointer, but having difficulty understanding the code.

Could someone explain how I get from an event base to all the
bufferevents associated with that base?

Regards,
Pete
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkeymail.org/mailman/listinfo/libevent-users

Reply via email to