You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Jeff Trawick <tr...@gmail.com> on 2007/01/24 15:38:55 UTC

[PATCH] document when other-child maintenance function can look at status

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,