> -----Original Message----- > From: Yann Ylavic [mailto:ylavic....@gmail.com] > Sent: Sonntag, 14. September 2014 22:19 > To: httpd > Subject: Re: [Patch] Async write completion for the full connection filter > stack > > On Sat, Sep 13, 2014 at 9:23 PM, Ruediger Pluem <rpl...@apache.org> wrote: > > > > How about to require that the caller of ap_filter_setaside_brigade just > hands over a non NULL bucket_brigade as > > buffered_bb (so changing apr_bucket_brigade ** to apr_bucket_brigade *) > and that it should handle *deferred_write_pool > > as opaque structure and that it should not allocate from it? > > Can that be enforced by the API as I proposed?
The opaque structure? Likely. Regards Rüdiger