summaryrefslogtreecommitdiff
path: root/include/scoreboard.h
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2019-03-12 11:43:49 +0000
committerYann Ylavic <ylavic@apache.org>2019-03-12 11:43:49 +0000
commit8073a525c9c013ccacc3b289f0cf21c33ebf35e2 (patch)
tree377d4257503ec5ea6bd3d144008ce9f56c6d0d45 /include/scoreboard.h
parent0900b36b70df8ca3939df65a98f12c0c5f537d3b (diff)
downloadhttpd-8073a525c9c013ccacc3b289f0cf21c33ebf35e2.tar.gz
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.h4
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,