You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dr...@locus.apache.org on 2000/05/12 12:35:04 UTC

cvs commit: apache-2.0/src/modules/mpm/mpmt_beos mpmt_beos.c

dreid       00/05/12 03:35:04

  Modified:    src/modules/mpm/mpmt_beos mpmt_beos.c
  Log:
  Update beos_mpmt to new function names.
  
  Revision  Changes    Path
  1.24      +2 -3      apache-2.0/src/modules/mpm/mpmt_beos/mpmt_beos.c
  
  Index: mpmt_beos.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/mpmt_beos/mpmt_beos.c,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- mpmt_beos.c	2000/05/11 21:16:57	1.23
  +++ mpmt_beos.c	2000/05/12 10:35:03	1.24
  @@ -263,7 +263,7 @@
       if (wait_or_timeout_counter == INTERVAL_OF_WRITABLE_PROBES) {
   	wait_or_timeout_counter = 0;
   #ifdef APR_HAS_OTHER_CHILD
  -	probe_writable_fds();
  +	ap_probe_writable_fds();
   #endif
       }
       ret = waitpid(-1, status, WNOHANG);
  @@ -512,7 +512,6 @@
                                            conn_id);
   
       ap_process_connection(current_conn);
  -    ap_lingering_close(current_conn);
   }
   
   static int32 worker_thread(void * dummy)
  @@ -853,7 +852,7 @@
   		}
   #ifdef APR_HAS_OTHER_CHILD
   	    }
  -	    else if (reap_other_child(pid, status) == 0) {
  +	    else if (ap_reap_other_child(pid, status) == 0) {
   		/* handled */
   #endif
   	    }