]> granicus.if.org Git - apache/commit
Add a connection status table to replace the old function of the
authorManoj Kasichainula <manoj@apache.org>
Wed, 13 Oct 1999 05:24:16 +0000 (05:24 +0000)
committerManoj Kasichainula <manoj@apache.org>
Wed, 13 Oct 1999 05:24:16 +0000 (05:24 +0000)
commit8d98d6270911b2a388901b4cb56398ca660565a4
tree76ae1d4973a05f7ad1f8ca10adc9f9dd08bbbd55
parent924c199a50af6945fe7e7c590f3abe6612afc41a
Add a connection status table to replace the old function of the
scoreboard. It allows MPMs to implement their own mechanism for the
status table and allows any module to add its own per-connection status
entries.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83982 13f79535-47bb-0310-9956-ffa450edef68
STATUS
include/mpm_status.h [new file with mode: 0644]
modules/generators/mod_status.c
modules/http/http_protocol.c
server/connection.c
server/mpm/dexter/dexter.c
server/mpm/dexter/scoreboard.c [new file with mode: 0644]
server/mpm/dexter/scoreboard.h [new file with mode: 0644]