Joe Schaefer <[EMAIL PROTECTED]> writes: > It looks like apr_proc_other_child_refresh_all(int) is the > replacement, but I've no idea what its argument should be. > > Any suggestions?
apr's CHANGES (for 1.0) says that this patch should work (sorry for the format): Index: server/mpm/winnt/child.c =================================================================== RCS file: /home/cvspublic/httpd-2.0/server/mpm/winnt/child.c,v retrieving revision 1.17 diff -r1.17 child.c 972c972 < apr_proc_other_child_check(); --- > apr_proc_other_child_refresh_all(APR_OC_REASON_RUNNING); This patch does fix my compile problem. -- Joe Schaefer
