You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Justin Erenkrantz <je...@ebuilt.com> on 2001/07/08 20:45:37 UTC

[PATCH] Re: Pool Replay Code

On Sun, Jul 08, 2001 at 10:11:11AM -0700, Justin Erenkrantz wrote:
> In the effort to place my code where my mouth is, I'm implementing this.
> Patch posting shortly.  -- justin

memory/unix/apr_sms_replay.c and a new apr_sms_pool.c that cleans up
things slightly (create_sms function centralizes which SMS we are using
- not sure if that is helpful) and define APR_POOL_REPLAY to do your
output format.  

I didn't bother to clean up the apr_instrument function, but if I would
actually commit this, I'd clean it up slightly.  =)  It's a hack.

You'll need David's other patches to do the POOLS_ARE_SMS.  -- justin