]> granicus.if.org Git - apache/commitdiff
A child is not a thread is not a child
authorBill Stoddard <stoddard@apache.org>
Fri, 2 Feb 2001 23:36:14 +0000 (23:36 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 2 Feb 2001 23:36:14 +0000 (23:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87961 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm_default.h

index a0725128afbdf5d01f52bc5a868aacebc696c318..69d9b3a8a83bb050ee450904eec98da2edfe7eeb 100644 (file)
@@ -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.