Index: include/apr_thread_proc.h
===================================================================
--- include/apr_thread_proc.h   (revision 499409)
+++ include/apr_thread_proc.h   (working copy)
@@ -675,6 +675,8 @@
 * and should be replaced in the APR 1.0 API with a bitflag of which
 * proc->in/out/err handles should be health checked.
 * @bug no platform currently tests the pipes health.
+ * @remark The maintenance function should ignore status unless reason
+ * is APR_OC_REASON_DEATH.
 */
APR_DECLARE(void) apr_proc_other_child_register(apr_proc_t *proc,
                                           void (*maintenance) (int reason,

Reply via email to