Commit c154f8a0 authored by Bill Stoddard's avatar Bill Stoddard
Browse files

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
parent 19cbbdc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.