You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2001/02/03 00:36:16 UTC

cvs commit: httpd-2.0/server/mpm/winnt mpm_default.h

stoddard    01/02/02 15:36:16

  Modified:    server/mpm/winnt mpm_default.h
  Log:
  A child is not a thread is not a child
  
  Revision  Changes    Path
  1.7       +1 -1      httpd-2.0/server/mpm/winnt/mpm_default.h
  
  Index: mpm_default.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/winnt/mpm_default.h,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- mpm_default.h	2001/02/02 21:32:33	1.6
  +++ mpm_default.h	2001/02/02 23:36:14	1.7
  @@ -60,7 +60,7 @@
   #define APACHE_MPM_DEFAULT_H
   
   /* AP_CHILD_THREAD_FROM_ID is used by the scoreboard.  */
  -#define AP_CHILD_THREAD_FROM_ID(i)       i, 0
  +#define AP_CHILD_THREAD_FROM_ID(i)       0, i
   
   /* Number of threads to spawn off by default --- also, if fewer than
    * this free when the caretaker checks, it will spawn more.