diff options
author | Greg Ames <gregames@apache.org> | 2001-04-24 01:14:35 +0200 |
---|---|---|
committer | Greg Ames <gregames@apache.org> | 2001-04-24 01:14:35 +0200 |
commit | c196a6ab1f3d7682713851791fc723fa0876d0cb (patch) | |
tree | eac09f01c669553714ff2c35e38708c33341e24f /include/scoreboard.h | |
parent | Sometimes, boys and girls, pointers and integers *aren't interchangeable. (diff) | |
download | apache2-c196a6ab1f3d7682713851791fc723fa0876d0cb.tar.xz apache2-c196a6ab1f3d7682713851791fc723fa0876d0cb.zip |
back out my quiesce limit change altogether from the threaded mpm until it
learns how to go away nicely (shouldn't be too bad actually :-)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/scoreboard.h')
-rw-r--r-- | include/scoreboard.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/scoreboard.h b/include/scoreboard.h index badf17a77f..81238495f2 100644 --- a/include/scoreboard.h +++ b/include/scoreboard.h @@ -189,11 +189,6 @@ typedef struct { ap_scoreboard_e sb_type; ap_generation_t running_generation; /* the generation of children which * should still be serving requests. */ -#if APR_HAS_THREADS - pid_t quiescing_pid; /* pid of process which is going down - * due to MaxRequestsPerChild or - * perform_idle_server_maintanence */ -#endif } global_score; /* stuff which the parent generally writes and the children rarely read */ |