Whoa! How long has that been there? Sander
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 15 April 2002 16:05 > To: [EMAIL PROTECTED] > 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, > > > > >
