From: Brian Pane Date: Wed, 30 Jan 2002 06:34:12 +0000 (+0000) Subject: Updated to support the use of the ap_mpm_pod API in worker X-Git-Tag: 2.0.31~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0cae8882dc732cfdedc7293e80eb9a07e191373;p=apache Updated to support the use of the ap_mpm_pod API in worker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93097 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/worker/mpm.h b/server/mpm/worker/mpm.h index 5db57028f6..ac34100972 100644 --- a/server/mpm/worker/mpm.h +++ b/server/mpm/worker/mpm.h @@ -76,6 +76,7 @@ #define AP_MPM_WANT_SET_ACCEPT_LOCK_MECH #define AP_MPM_DISABLE_NAGLE_ACCEPTED_SOCK +#define AP_MPM_USES_POD 1 #define MPM_SYNC_CHILD_TABLE() (ap_sync_scoreboard_image()) #define MPM_CHILD_PID(i) (ap_scoreboard_image->parent[i].pid) #define MPM_NOTE_CHILD_KILLED(i) (MPM_CHILD_PID(i) = 0)