]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Take child_num and thread_num out of conn_rec. They aren't used anywhere
authorManoj Kasichainula <manoj@apache.org>
Thu, 5 Aug 1999 19:56:24 +0000 (19:56 +0000)
committerManoj Kasichainula <manoj@apache.org>
Thu, 5 Aug 1999 19:56:24 +0000 (19:56 +0000)
commit2bc99dc33d52adf7dae9a5cd49e5b1025f1d34f5
tree4ca4ef22ec29c4785500be98a6396fac9b160603
parenta36fe503400f1738c34c0408c42ed9199d1dd930
Take child_num and thread_num out of conn_rec. They aren't used anywhere
anymore, and conn_rec is the wrong place for them.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83581 13f79535-47bb-0310-9956-ffa450edef68
include/http_connection.h
server/connection.c
server/mpm/dexter/dexter.c
server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm/prefork/prefork.c
server/mpm/spmt_os2/spmt_os2.c