diff options
author | Yann Ylavic <ylavic@apache.org> | 2019-03-12 12:43:49 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2019-03-12 12:43:49 +0100 |
commit | 8073a525c9c013ccacc3b289f0cf21c33ebf35e2 (patch) | |
tree | 377d4257503ec5ea6bd3d144008ce9f56c6d0d45 /include/scoreboard.h | |
parent | MPMs unix: bind the bucket number of each child to its slot number (diff) | |
download | apache2-8073a525c9c013ccacc3b289f0cf21c33ebf35e2.tar.xz apache2-8073a525c9c013ccacc3b289f0cf21c33ebf35e2.zip |
Follow up to r1855306: Axe bucket number from struct process_score.
Implies a Major bump.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1855311 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/scoreboard.h')
-rw-r--r-- | include/scoreboard.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/scoreboard.h b/include/scoreboard.h index 0d72210789..47d036d014 100644 --- a/include/scoreboard.h +++ b/include/scoreboard.h @@ -148,10 +148,6 @@ struct process_score { apr_uint32_t lingering_close; /* async connections in lingering close */ apr_uint32_t keep_alive; /* async connections in keep alive */ apr_uint32_t suspended; /* connections suspended by some module */ - int bucket; /* Listener bucket used by this child; this field is DEPRECATED - * and no longer updated by the MPMs (i.e. always zero) from - * 2.5.x and later. - */ }; /* Scoreboard is now in 'local' memory, since it isn't updated once created, |