> > bufferevent_write() just move data from user-passed to bufferevent > > internal, you can get internal output buffer with > > bufferevent_get_output() > > Ah, indeed, did think about that one in the scope of using the > evbuffer callbacks, but the problem remains the same at that moment: > once you have the bufferevent_get_output, one should not alter the > callbacks for the output buffer of bev. So I'm not sure what that > would bring me in this case?
evbuffer callbacks will remain the same until free, but why do you need them? *********************************************************************** To unsubscribe, send an e-mail to [email protected] with unsubscribe libevent-users in the body.
