From: Bill Stoddard Date: Fri, 2 Feb 2001 23:36:14 +0000 (+0000) Subject: A child is not a thread is not a child X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6cbe49cd3dc26cf6d9a1ef16d4f8c87bac8dd94f;p=apache A child is not a thread is not a child git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87961 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/mpm_default.h b/server/mpm/winnt/mpm_default.h index a0725128af..69d9b3a8a8 100644 --- a/server/mpm/winnt/mpm_default.h +++ b/server/mpm/winnt/mpm_default.h @@ -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.