You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by be...@apache.org on 2003/11/03 16:44:41 UTC

cvs commit: apr/include apr_thread_proc.h

ben         2003/11/03 07:44:41

  Modified:    include  apr_thread_proc.h
  Log:
  Document apr_proc_fork()'s return values.
  
  Revision  Changes    Path
  1.99      +2 -0      apr/include/apr_thread_proc.h
  
  Index: apr_thread_proc.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_thread_proc.h,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -u -r1.98 -r1.99
  --- apr_thread_proc.h	19 Jun 2003 11:03:09 -0000	1.98
  +++ apr_thread_proc.h	3 Nov 2003 15:44:41 -0000	1.99
  @@ -538,6 +538,8 @@
    * a standard unix fork.
    * @param proc The resulting process handle. 
    * @param cont The pool to use. 
  + * @remark returns APR_INCHILD for the child, and APR_INPARENT for the parent
  + * or an error.
    */
   APR_DECLARE(apr_status_t) apr_proc_fork(apr_proc_t *proc, apr_pool_t *cont);
   #endif