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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b7c760c7dcb8ed4910b5d42a7e5e2df829d8bf0;p=thirdparty%2Fapache%2Fhttpd.git 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 5db57028f61..ac341009729 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)