summaryrefslogtreecommitdiffstats
path: root/include/scoreboard.h
diff options
context:
space:
mode:
authorBrian Havard <bjh@apache.org>2001-02-08 00:25:31 +0100
committerBrian Havard <bjh@apache.org>2001-02-08 00:25:31 +0100
commit0612881f3a9dc07b4e51f05411b8649ed7845fc5 (patch)
treea953da58a6e09a2dee48f8962510a433cd9d96ef /include/scoreboard.h
parentFix graceful shutdown with the scoreboard changes. Basically, we want (diff)
downloadapache2-0612881f3a9dc07b4e51f05411b8649ed7845fc5.tar.xz
apache2-0612881f3a9dc07b4e51f05411b8649ed7845fc5.zip
Move OS/2 MPM specific variables out of scoreboard & into an array local to
the MPM. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88014 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/scoreboard.h')
-rw-r--r--include/scoreboard.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/scoreboard.h b/include/scoreboard.h
index dcbdb8234f..94daa238c9 100644
--- a/include/scoreboard.h
+++ b/include/scoreboard.h
@@ -173,11 +173,6 @@ typedef struct {
#ifndef OPTIMIZE_TIMEOUTS
time_t last_used;
#endif
-#ifdef SPMT_OS2_MPM
- apr_wait_t thread_retval;
- char deferred_die;
- ap_generation_t generation; /* generation of this thread */
-#endif
char client[32]; /* Keep 'em small... */
char request[64]; /* We just want an idea... */
server_rec *vhostrec; /* What virtual host is being accessed? */