]> granicus.if.org Git - apache/commitdiff
Updated to support the use of the ap_mpm_pod API in worker
authorBrian Pane <brianp@apache.org>
Wed, 30 Jan 2002 06:34:12 +0000 (06:34 +0000)
committerBrian Pane <brianp@apache.org>
Wed, 30 Jan 2002 06:34:12 +0000 (06:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93097 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/worker/mpm.h

index 5db57028f61b934a6ba8a5af656af12bdc5ccb8f..ac34100972961b4685e93117cc09a7bfa92b2ee4 100644 (file)
@@ -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)