summaryrefslogtreecommitdiff
path: root/server/mpm/experimental/perchild
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-02-13 03:49:06 +0000
committerJeff Trawick <trawick@apache.org>2001-02-13 03:49:06 +0000
commit68c63e20f73764100816d0a339b201a0726f9f00 (patch)
tree77b64cd116c2be0e9f2b9922269fc65a32810cab /server/mpm/experimental/perchild
parenta308fdcb5b37e02ad2212789fcb6abfbec9ce2f0 (diff)
downloadhttpd-68c63e20f73764100816d0a339b201a0726f9f00.tar.gz
mod_status references ap_my_generation; declare it for now
so perchild+mod_status builds; we can add logic to fill in ap_my_generation later git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88131 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm/experimental/perchild')
-rw-r--r--server/mpm/experimental/perchild/perchild.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/mpm/experimental/perchild/perchild.c b/server/mpm/experimental/perchild/perchild.c
index 46a9aa5b59..34c76a7408 100644
--- a/server/mpm/experimental/perchild/perchild.c
+++ b/server/mpm/experimental/perchild/perchild.c
@@ -259,6 +259,9 @@ static void just_die(int sig)
static int volatile shutdown_pending;
static int volatile restart_pending;
static int volatile is_graceful;
+/* we don't currently track ap_my_generation, but mod_status
+ * references it so it must be defined */
+ap_generation_t volatile ap_my_generation=0;
/*
* ap_start_shutdown() and ap_start_restart(), below, are a first stab at