From: "Justin Erenkrantz" <[EMAIL PROTECTED]>
Sent: Thursday, July 26, 2001 10:13 AM


> On Wed, Jul 25, 2001 at 10:29:35AM -0700, Brian Pane wrote:
> > Lately the httpd won't build when configured with
> > --enable-sms, because of unresolvable references to
> > apr_pool_child_cleanup_set in file_io/unix/open.c.
> > Is there supposed to be an implementation of this
> > function in the sms-pools code, or am I missing
> > something?
> 
> I just committed what I think it should be.  Check it out and let 
> me know if it doesn't work.  We *really* need people to look at
> the code and see if they can find segfaults in the SMS code now.
> 
> child_cleanup_set is just a disaster as far as SMS is concerned.
> I have no clue how to implement that given what we have in SMS.

Walk the list of _child_ cleanups, find the (void *data) that matches
the item the user requests, and replace the fn *.  We will just have
to ignore the parent fn *.  Do folks see a likelyhood of registering
multiple fn's against the same data *?

Bill

Reply via email to