On Tue, 10 Jun 2003, Justin Erenkrantz wrote: > What you are really wanting to do is a partial concatenation of the brigade. > Something like (not there, but it could be easily added): > > APR_BRIGADE_CONCAT_UNTIL(b, ctx->b, e)
I'm not sure I see exactly where you're going, but you might be able to get what you want by doing an APR_RING_SPLICE(). --Cliff
