]> granicus.if.org Git - apache/commit
fix pid numbers in mod_status output when using a threaded mpm. pid_buffer was
authorGreg Ames <gregames@apache.org>
Tue, 10 Jul 2001 22:50:54 +0000 (22:50 +0000)
committerGreg Ames <gregames@apache.org>
Tue, 10 Jul 2001 22:50:54 +0000 (22:50 +0000)
commit537f07df5e9e9139cb8b608fcc70164985e647d8
treee64f2b407a23d4e79fb17a832178e8c701c97acd
parentae4298616f498aeaefb5155cc3069dde1ef6c21f
fix pid numbers in mod_status output when using a threaded mpm.  pid_buffer was
being indexed by worker slot during initialization, then by process slot when
generating output.

This saves a little storage and a few cycles, too.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89534 13f79535-47bb-0310-9956-ffa450edef68
modules/generators/mod_status.c