Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 71633 invoked by uid 500); 15 Apr 2002 14:12:26 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 71621 invoked from network); 15 Apr 2002 14:12:26 -0000 From: "Sander Striker" To: Subject: RE: cvs commit: apr/include apr_pools.h Date: Mon, 15 Apr 2002 16:18:50 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020415140507.51982.qmail@icarus.apache.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Importance: Normal X-Rcpt-To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Whoa! How long has that been there? Sander > -----Original Message----- > From: stoddard@apache.org [mailto:stoddard@apache.org] > Sent: 15 April 2002 16:05 > To: apr-cvs@apache.org > Subject: cvs commit: apr/include apr_pools.h > > > stoddard 02/04/15 07:05:07 > > Modified: include apr_pools.h > Log: > Fix doc. The child cleanup is called when the child is being taken down > > Revision Changes Path > 1.88 +2 -2 apr/include/apr_pools.h > > Index: apr_pools.h > =================================================================== > RCS file: /home/cvs/apr/include/apr_pools.h,v > retrieving revision 1.87 > retrieving revision 1.88 > diff -u -r1.87 -r1.88 > --- apr_pools.h 9 Apr 2002 06:56:55 -0000 1.87 > +++ apr_pools.h 15 Apr 2002 14:05:07 -0000 1.88 > @@ -517,8 +517,8 @@ > * @param data The data to pass to the cleanup function. > * @param plain_cleanup The function to call when the pool is cleared > * or destroyed > - * @param child_cleanup The function to call when a child process is created - > - * this function is called in the child, obviously! > + * @param child_cleanup The function to call when a child process is being > + * shutdown - this function is called in the child, obviously! > */ > APR_DECLARE(void) apr_pool_cleanup_register( > apr_pool_t *p, > > > > >